mirror of
https://github.com/felixrieseberg/windows95.git
synced 2026-05-09 00:24:09 +00:00
Fix Linux arch
This commit is contained in:
7
.github/workflows/build.yml
vendored
7
.github/workflows/build.yml
vendored
@@ -81,8 +81,11 @@ jobs:
|
||||
DISK_URL: ${{ secrets.DISK_URL }}
|
||||
- name: Install
|
||||
run: yarn
|
||||
- name: Make
|
||||
if: startsWith(github.ref, 'refs/tags/')
|
||||
- name: Make (Linux)
|
||||
if: startsWith(github.ref, 'refs/tags/') && matrix.os == 'ubuntu-latest'
|
||||
run: yarn make
|
||||
- name: Make (macOS, Windows)
|
||||
if: startsWith(github.ref, 'refs/tags/') && matrix.os != 'ubuntu-latest'
|
||||
run: yarn make --arch=all
|
||||
env:
|
||||
APPLE_ID: ${{ secrets.APPLE_ID }}
|
||||
|
||||
Reference in New Issue
Block a user