nsis打包

This commit is contained in:
VirtualHotBar
2024-05-04 13:35:19 +08:00
parent 18668bdfc2
commit 3da576dfed
10 changed files with 342 additions and 16 deletions

View File

@@ -1,11 +1,10 @@
name: "publish"
on:
push:
branches:
- release
on:
workflow_dispatch:
# `tauri-action` can also upload app bundles to an existing GitHub release.
# This workflow uses different actions to create and publish the release.
# `tauri-action` will only build and upload the app bundles to the specified release.
@@ -53,12 +52,12 @@ jobs:
fail-fast: false
matrix:
settings:
- platform: "macos-latest" # for Arm based macs (M1 and above).
args: "--target aarch64-apple-darwin"
- platform: "macos-latest" # for Intel based macs.
args: "--target x86_64-apple-darwin"
- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
args: ""
#- platform: "macos-latest" # for Arm based macs (M1 and above).
# args: "--target aarch64-apple-darwin"
#- platform: "macos-latest" # for Intel based macs.
# args: "--target x86_64-apple-darwin"
#- platform: "ubuntu-22.04" # for Tauri v1 you could replace this with ubuntu-20.04.
# args: ""
- platform: "windows-latest"
args: ""