Skip to content

Commit

Permalink
Fix windows package name!
Browse files Browse the repository at this point in the history
Signed-off-by: James Taylor <[email protected]>
  • Loading branch information
jt-nti committed Feb 9, 2022
1 parent 4eb611d commit 4001057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Package (Windows)
run: |
tar -czvf ccmetadata-${RUNNER_OS}-${RUNNER_ARCH}.tgz ccmetadata.exe
tar -czvf ccmetadata-$Env:RUNNER_OS-$Env:RUNNER_ARCH.tgz ccmetadata.exe
if: matrix.os == 'windows-latest'

- name: Release
Expand Down

0 comments on commit 4001057

Please sign in to comment.