Skip to content

Commit

Permalink
[skip ci] tar command fix
Browse files Browse the repository at this point in the history
  • Loading branch information
znxftw committed Dec 4, 2024
1 parent e5b7434 commit 775e46f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: dotnet publish -c Release -p:PublishProfile=FolderProfile
- name: Compress archive
working-directory: Rudim/bin/Release/net6.0/publish/
run: tar -xvzf linux-x64.tar.gz *
run: tar -cvzf linux-x64.tar.gz *
- uses: actions/upload-artifact@v4
with:
name: linux-x64.tar.gz
Expand Down

0 comments on commit 775e46f

Please sign in to comment.