Skip to content

Commit 7ad126e

Browse files
authored
Fix build
1 parent 0182ca6 commit 7ad126e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117
run: |
118118
gh release upload ${{ github.ref_name }} ./build/automate.phar
119119
gh release upload ${{ github.ref_name }} ./build/automate-linux-amd64
120-
gh release upload ${{ github.ref_name }} ./build/automate-darwin-amd64
121120
gh release upload ${{ github.ref_name }} ./build/automate-darwin-arm64
122121
env:
123-
GH_TOKEN: ${{ github.token }}
122+
GH_TOKEN: ${{ github.token }}

0 commit comments

Comments
 (0)