Skip to content

Commit

Permalink
fix: Upload path is a tar.gz file
Browse files Browse the repository at this point in the history
  • Loading branch information
cpswan committed Jun 24, 2024
1 parent ab7aa32 commit 84dfb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/c_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: csshnpd-src-${{github.ref_name}}-${{github.run_number}}-${{github.run_attempt}}
path: ./tarball/csshnpd-${{ github.ref_name }}.tgz
path: ./tarball/csshnpd-${{ github.ref_name }}.tar.gz

github-release:
name: >-
Expand Down

0 comments on commit 84dfb54

Please sign in to comment.