Skip to content

Commit 5e7a497

Browse files
committed
fix: make binary executable before uploading it
1 parent eea6fe2 commit 5e7a497

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
run: mv target/${{ matrix.architecture }}/release/worktimers target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
3535

3636
- name: make binary executable
37-
run: mv chmod +x target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
37+
run: chmod +x target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
3838

3939
- name: Upload binary
4040
uses: softprops/action-gh-release@v2

0 commit comments

Comments
 (0)