Skip to content

Commit

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

0 comments on commit e95bd4c

Please sign in to comment.