Skip to content

Commit

Permalink
Oh, it's not just the macOS builds...
Browse files Browse the repository at this point in the history
  • Loading branch information
Codetoil authored Jun 10, 2024
1 parent 3056c3a commit 320275e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,9 +38,9 @@ jobs:
with:
name: game3d
path: |
src-tauri/target/release/bundle/deb/*.deb
src-tauri/target/release/bundle/rpm/*.rpm
src-tauri/target/release/bundle/appimage/*.AppImage
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/deb/*.deb
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/rpm/*.rpm
src-tauri/target/x86_64-unknown-linux-gnu/release/bundle/appimage/*.AppImage
build-macos:
runs-on: macos-14

Expand Down Expand Up @@ -77,5 +77,5 @@ jobs:
with:
name: game3d
path: |
src-tauri\target\release\bundle\msi\*.msi
src-tauri\target\release\bundle\nsis\*.exe
src-tauri\target\x86_64-pc-windows-msvc\release\bundle\msi\*.msi
src-tauri\target\x86_64-pc-windows-msvc\release\bundle\nsis\*.exe

0 comments on commit 320275e

Please sign in to comment.