We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94ca3ee commit 2d3f75cCopy full SHA for 2d3f75c
.github/workflows/pipeline.yaml
@@ -33,9 +33,6 @@ jobs:
33
- name: Rename binary
34
run: mv target/${{ matrix.architecture }}/release/worktimers target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
35
36
- - name: make binary executable
37
- run: mv chmod +x target/${{ matrix.architecture }}/release/worktimers-${{ matrix.architecture }}
38
-
39
- name: Upload binary
40
uses: softprops/action-gh-release@v2
41
with:
0 commit comments