Skip to content

Commit

Permalink
fix: zip job
Browse files Browse the repository at this point in the history
  • Loading branch information
Diegiwg committed Jun 26, 2024
1 parent 8ef5da9 commit a51c8a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ jobs:
- name: Prepare Release
run: |
mkdir -p dist
zip -j bin/tt dist/tt-linux
zip -j bin/tt.exe dist/tt-windows
zip -j dist/tt-linux bin/tt
zip -j dist/tt-windows bin/tt.exe
- name: Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit a51c8a7

Please sign in to comment.