Skip to content

Commit

Permalink
chore: rename artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Oct 30, 2023
1 parent 5c8cc6d commit b684bc6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/gates_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload artifact
uses: actions/upload-artifact@v3
with:
name: nargo.zip
name: nargo-x86_64-unknown-linux-gnu
path: ./result/bin/nargo
retention-days: 3

Expand All @@ -50,13 +50,13 @@ jobs:
- name: Download nargo binary
uses: actions/download-artifact@v3
with:
name: nargo.zip
name: nargo-x86_64-unknown-linux-gnu
path: ./

- name: Set nargo on PATH
run: |
ls -l .
7z e ./nargo.zip
7z e ./nargo-x86_64-unknown-linux-gnu
ls -l .
nargo_binary="${{ github.workspace }}/nargo"
Expand Down

0 comments on commit b684bc6

Please sign in to comment.