I think it's good this time
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 1m33s
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after 1m33s
This commit is contained in:
parent
8369f40ee0
commit
552d541ee9
1 changed files with 2 additions and 3 deletions
|
|
@ -15,9 +15,8 @@ jobs:
|
|||
- name: Build binaries
|
||||
run: |
|
||||
cd src
|
||||
GOOS=linux GOARCH=amd64 go build -o raymarchgo-linux-amd64
|
||||
GOOS=windows GOARCH=amd64 go build -o raymarchgo-windows-amd64.exe
|
||||
|
||||
GOOS=linux GOARCH=amd64 go build -o ../builds/raymarchgo-linux-amd64
|
||||
GOOS=windows GOARCH=amd64 go build -o ../builds/raymarchgo-windows-amd64.exe
|
||||
- name: Upload artifacts
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue