Skip to content

Commit

Permalink
Update github_snapshot_build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sanlorng authored Nov 6, 2024
1 parent f718582 commit 70f2cb1
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/github_snapshot_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ on:

jobs:
build:

strategy:
matrix:
type: [PublishLibrary, Android, Windows, Linux, macOS, iOS, WasmJs, Js]
Expand All @@ -25,7 +24,7 @@ jobs:
os: macos-latest
- type: Android
android: apk
os: macos-latest
os: windows-latest
- type: Windows
desktop: msi
os: windows-latest
Expand All @@ -40,11 +39,12 @@ jobs:
os: macos-latest
- type: WasmJs
js: wasmJs
os: macos-latest
os: ubuntu-latest
- type: Js
js: js
os: macos-latest
os: ubuntu-latest

if: always()
runs-on: ${{ matrix.os }}
permissions:
contents: read
Expand Down

0 comments on commit 70f2cb1

Please sign in to comment.