Skip to content

Commit

Permalink
fix: zipping in pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
muety committed Aug 26, 2023
1 parent e63a50a commit 66c9833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
working-directory: ./dist
if: "${{ matrix.alias != 'win' }}"
run: |
zip -9 -r telepush_${{ matrix.alias }}_amd64.zip *
zip -9 -r telepush_${{ matrix.alias }}_amd64.zip ./*
- name: Upload built executable to release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 66c9833

Please sign in to comment.