Skip to content

Commit 42c3206

Browse files
write to separate path
1 parent 7bc6f0b commit 42c3206

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/nuget.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,10 @@ jobs:
3232
- uses: actions/checkout@v4
3333

3434
# steps for building assets
35-
- run: tar -czf jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
36-
35+
- run: tar -czf /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz .
3736

3837
- uses: shogo82148/actions-upload-release-asset@v1
3938
with:
4039
upload_url: ${{ github.event.release.upload_url }}
41-
asset_path: assets.txt
40+
asset_path: /tmp/jwt-cpp-${{ github.event.release.tag_name }}.tar.gz
4241

0 commit comments

Comments
 (0)