Skip to content

Commit

Permalink
Don't use BINARY_NAME for artifact actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JAORMX committed Nov 21, 2023
1 parent cf2968c commit a801f76
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: upload artifact
uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3
with:
name: ${{ env.BINARY_NAME }}
name: frizbee
path: bin/{{ env.BINARY_NAME }}

lint:
Expand Down Expand Up @@ -82,7 +82,7 @@ jobs:
- name: download artifact
uses: actions/download-artifact@9bc31d5ccc31df68ecc42ccf4149144866c47d8a # v3
with:
name: ${{ env.BINARY_NAME }}
name: frizbee
path: bin/

- name: Make ${{ env.BINARY_NAME }} executable
Expand Down

0 comments on commit a801f76

Please sign in to comment.