Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rrrodzilla committed Jul 23, 2024
2 parents 57cfd19 + 7254284 commit d2f8108
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/release_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ jobs:
fi
shell: bash

- name: Download existing artifact
if: env.artifact-exists == 'true'
run: |
curl -L -o artifact.zip "${{ env.artifact_download_url }}"
unzip artifact.zip -d artifact
shell: bash

- uses: actions/checkout@v4
- name: Install Rust
if: env.artifact-exists == 'false'
Expand Down

0 comments on commit d2f8108

Please sign in to comment.