Skip to content

Commit

Permalink
Fix release
Browse files Browse the repository at this point in the history
  • Loading branch information
KitRifty committed Jan 2, 2024
1 parent 63b75a2 commit 594b02d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Package
run: |
mkdir -p dist
7z a dist/sm-filewatcher-${{ env.GITHUB_RELEASE_TAG }}-linux.tar.gz ./Linux/*
tar -C ./Linux -czf dist/sm-filewatcher-${{ env.GITHUB_RELEASE_TAG }}-linux.tar.gz .
7z a dist/sm-filewatcher-${{ env.GITHUB_RELEASE_TAG }}-windows.zip ./Windows/*
- name: Create release
Expand Down

0 comments on commit 594b02d

Please sign in to comment.