mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-09-23 08:32:51 +00:00
ci: publish release
This commit is contained in:
@@ -22,12 +22,16 @@ jobs:
|
|||||||
include:
|
include:
|
||||||
- platform: "macos-latest"
|
- platform: "macos-latest"
|
||||||
args: "--target aarch64-apple-darwin"
|
args: "--target aarch64-apple-darwin"
|
||||||
|
artifact-name: "macos-aarch64"
|
||||||
- platform: "macos-latest"
|
- platform: "macos-latest"
|
||||||
args: "--target x86_64-apple-darwin"
|
args: "--target x86_64-apple-darwin"
|
||||||
|
artifact-name: "macos-x86_64"
|
||||||
- platform: "ubuntu-22.04"
|
- platform: "ubuntu-22.04"
|
||||||
args: ""
|
args: ""
|
||||||
|
artifact-name: "linux-x86_64"
|
||||||
- platform: "windows-latest"
|
- platform: "windows-latest"
|
||||||
args: ""
|
args: ""
|
||||||
|
artifact-name: "windows-x86_64"
|
||||||
|
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
steps:
|
steps:
|
||||||
@@ -91,7 +95,7 @@ jobs:
|
|||||||
- name: upload build artifacts
|
- name: upload build artifacts
|
||||||
uses: actions/upload-artifact@v4
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: ${{ matrix.platform }}
|
name: ${{ matrix.artifact-name }}
|
||||||
path: |
|
path: |
|
||||||
src-tauri/target/release/bundle/**/*
|
src-tauri/target/release/bundle/**/*
|
||||||
src-tauri/target/*/release/bundle/**/*
|
src-tauri/target/*/release/bundle/**/*
|
||||||
|
|||||||
Reference in New Issue
Block a user