We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0182ca6 commit 7ad126eCopy full SHA for 7ad126e
.github/workflows/build.yaml
@@ -117,7 +117,6 @@ jobs:
117
run: |
118
gh release upload ${{ github.ref_name }} ./build/automate.phar
119
gh release upload ${{ github.ref_name }} ./build/automate-linux-amd64
120
- gh release upload ${{ github.ref_name }} ./build/automate-darwin-amd64
121
gh release upload ${{ github.ref_name }} ./build/automate-darwin-arm64
122
env:
123
- GH_TOKEN: ${{ github.token }}
+ GH_TOKEN: ${{ github.token }}
0 commit comments