nah I need an LSP for this broo
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
a8a67685ab
commit
5cc9b3280a
1 changed files with 5 additions and 4 deletions
|
|
@ -15,11 +15,12 @@ jobs:
|
|||
- name: Build binaries
|
||||
run: |
|
||||
cd src
|
||||
mkdir builds_artifact
|
||||
mkdir -p builds_artifact
|
||||
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
|
||||
- uses: actions/upload-artifact@v4
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: DebugBuilds
|
||||
path: builds_artifact
|
||||
path: src/builds_artifact
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue