Skip to content

Commit 2d3f75c

Browse files
committed
Revert "make binary executable before uploading it"
This reverts commit eea6fe2.
1 parent 94ca3ee commit 2d3f75c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pipeline.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,6 @@ 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-
3936
- name: Upload binary
4037
uses: softprops/action-gh-release@v2
4138
with:

0 commit comments

Comments
 (0)