Skip to content

Commit eea6fe2

Browse files
committed
make binary executable before uploading it
1 parent 3ae89fa commit eea6fe2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pipeline.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
- name: Rename binary
3434
run: mv target/${{ matrix.architecture }}/release/worktimers target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
3535

36+
- name: make binary executable
37+
run: mv chmod +x target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
38+
3639
- name: Upload binary
3740
uses: softprops/action-gh-release@v2
3841
with:

0 commit comments

Comments
 (0)