Skip to content

Commit

Permalink
Update go.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RainbowTabitha authored Oct 15, 2024
1 parent 524db0b commit ce1e96f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: RetroNautsMC Bootstrapper
name: Asylum Bootstrapper

on:
push:
Expand All @@ -22,11 +22,11 @@ jobs:
go-version: '1.21'

- name: Build RetroNautsMC Launcher
run: go build -o RetroNautsMC-Launcher.exe -ldflags -H=windowsgui -v ./...
run: go build -o AsylumApp.exe -ldflags -H=windowsgui -v ./...

- name: Upload Build Artifact
if: success()
uses: actions/upload-artifact@v3
with:
name: RetroNautsMC-${{ matrix.os }}
path: ./RetroNautsMC-Launcher.exe
path: ./AsylumApp.exe

0 comments on commit ce1e96f

Please sign in to comment.