Skip to content

Commit

Permalink
Added chmod on release binaries
Browse files Browse the repository at this point in the history
  • Loading branch information
hackerhgl committed May 21, 2021
1 parent 6e05347 commit 9dcfce0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
go build -o build/minesweeper-linux
chmod 777 minesweeper-linux
- name: linux release build for github
uses: ncipollo/release-action@v1
with:
Expand All @@ -40,6 +41,7 @@ jobs:
- uses: actions/checkout@v2
- run: |
go build -o build/minesweeper-macos
chmod 777 minesweeper-macos
- name: macos release build for github
uses: ncipollo/release-action@v1
with:
Expand Down

0 comments on commit 9dcfce0

Please sign in to comment.