Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hismailbulut authored Sep 2, 2022
1 parent 25696fc commit 5bb9419
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,16 @@ jobs:

- name: Build
env:
GITHUB_PATH: C:\msys64\mingw32\bin
CC: i686-w64-mingw32-gcc
#GITHUB_PATH: C:\msys64\mingw32\bin
CC: C:\msys64\mingw32\bin\gcc.exe
CGO_ENABLED: 1
GOOS: windows
GOARCH: 386
run: make release EXECNAME=neoray-win32

- name: List bin
run: dir bin

- name: Upload binaries
uses: actions/upload-artifact@v2
if: success()
Expand Down Expand Up @@ -67,6 +70,9 @@ jobs:
GOARCH: amd64
run: make release EXECNAME=neoray-win64

- name: List bin
run: dir bin

- name: Upload binaries
uses: actions/upload-artifact@v2
if: success()
Expand Down

0 comments on commit 5bb9419

Please sign in to comment.