mirror of
https://github.com/gradenGnostic/LegacyLauncher.git
synced 2026-06-07 22:52:59 +00:00
Update release.yml
This commit is contained in:
parent
033315526c
commit
8e05e6b29d
4
.github/workflows/release.yml
vendored
4
.github/workflows/release.yml
vendored
|
|
@ -83,7 +83,7 @@ jobs:
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
build-mac-intel:
|
build-mac-intel:
|
||||||
name: Build macOS DMG (Intel)
|
name: Build macOS DMG (Intel)
|
||||||
runs-on: macos-latest
|
runs-on: macos-13
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
@ -95,7 +95,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: npm ci
|
||||||
- name: Build macOS DMG (Intel)
|
- name: Build macOS DMG (Intel)
|
||||||
run: npm run dist:mac -- --x64
|
run: npm run dist:mac
|
||||||
env:
|
env:
|
||||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||||
- name: Upload macOS Intel artifact
|
- name: Upload macOS Intel artifact
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue