You've already forked AstralRinth
forked from didirus/AstralRinth
fix workflow
This commit is contained in:
19
.github/workflows/astralrinth-build.yml
vendored
19
.github/workflows/astralrinth-build.yml
vendored
@@ -16,25 +16,24 @@ on:
|
|||||||
- 'packages/assets/**'
|
- 'packages/assets/**'
|
||||||
- 'packages/ui/**'
|
- 'packages/ui/**'
|
||||||
- 'packages/utils/**'
|
- 'packages/utils/**'
|
||||||
|
workflow_dispatch: {}
|
||||||
env:
|
|
||||||
SIGN_WINDOWS_BINARIES: true
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
name: Build
|
name: Build
|
||||||
runs-on: ${{ matrix.platform }}
|
|
||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
platform: [ubuntu, windows, macos]
|
platform: [macos-latest, windows-latest, ubuntu-22.04]
|
||||||
include:
|
include:
|
||||||
- platform: ubuntu
|
- platform: macos-latest
|
||||||
artifact-target-name: x86_64-unknown-linux-gnu
|
|
||||||
- platform: windows
|
|
||||||
artifact-target-name: x86_64-pc-windows-msvc
|
|
||||||
- platform: macos
|
|
||||||
artifact-target-name: universal-apple-darwin
|
artifact-target-name: universal-apple-darwin
|
||||||
|
- platform: windows-latest
|
||||||
|
artifact-target-name: x86_64-pc-windows-msvc
|
||||||
|
- platform: ubuntu-22.04
|
||||||
|
artifact-target-name: x86_64-unknown-linux-gnu
|
||||||
|
|
||||||
|
runs-on: ${{ matrix.platform }}
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: 📥 Check out code
|
- name: 📥 Check out code
|
||||||
|
|||||||
Reference in New Issue
Block a user