Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
Official-Husko committed Apr 7, 2024
1 parent bd86f39 commit 6db781c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/all_os.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
run: pnpm codegen

- name: Build Application for macOS
run: pnpm build:mac-x64
run: pnpm build:mac-universal

- name: Upload Artifact
uses: actions/upload-artifact@v2
Expand Down Expand Up @@ -90,9 +90,10 @@ jobs:

- name: Build Application for Windows
run: pnpm build:win-x64

- name: Upload Artifact
uses: actions/upload-artifact@v2
with:
name: gdlauncher-win-x64
path: dist/win-unpacked/
name: gdlauncher-win-unpacked
path: ./apps/desktop/release/win-unpacked/resources/app.asar

0 comments on commit 6db781c

Please sign in to comment.