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