it was not good, but maybe now...
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after -1s
Some checks failed
Build Go (Linux + Windows) / build (push) Failing after -1s
This commit is contained in:
parent
552d541ee9
commit
a8a67685ab
1 changed files with 6 additions and 7 deletions
|
|
@ -15,12 +15,11 @@ jobs:
|
||||||
- name: Build binaries
|
- name: Build binaries
|
||||||
run: |
|
run: |
|
||||||
cd src
|
cd src
|
||||||
GOOS=linux GOARCH=amd64 go build -o ../builds/raymarchgo-linux-amd64
|
mkdir builds_artifact
|
||||||
GOOS=windows GOARCH=amd64 go build -o ../builds/raymarchgo-windows-amd64.exe
|
GOOS=linux GOARCH=amd64 go build -o builds_artifact/raymarchgo-linux-amd64
|
||||||
|
GOOS=windows GOARCH=amd64 go build -o builds_artifact/raymarchgo-windows-amd64.exe
|
||||||
- name: Upload artifacts
|
- name: Upload artifacts
|
||||||
uses: actions/upload-artifact@v4
|
- uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: binaries
|
name: DebugBuilds
|
||||||
path: |
|
path: builds_artifact
|
||||||
builds/raymarchgo-linux-amd64
|
|
||||||
builds/raymarchgo-windows-amd64.exe
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue