Skip to content

Commit 66c9833

Browse files
committed
fix: zipping in pipeline
1 parent e63a50a commit 66c9833

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
working-directory: ./dist
5555
if: "${{ matrix.alias != 'win' }}"
5656
run: |
57-
zip -9 -r telepush_${{ matrix.alias }}_amd64.zip *
57+
zip -9 -r telepush_${{ matrix.alias }}_amd64.zip ./*
5858
5959
- name: Upload built executable to release
6060
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)