This commit is contained in:
parent
5cc9b3280a
commit
83dada40b6
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ jobs:
|
||||||
GOOS=windows GOARCH=amd64 go build -o builds_artifact/raymarchgo-windows-amd64.exe
|
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@v3
|
||||||
with:
|
with:
|
||||||
name: DebugBuilds
|
name: DebugBuilds
|
||||||
path: src/builds_artifact
|
path: src/builds_artifact
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue