mirror of
https://github.com/VirtualHotBar/NetMount.git
synced 2026-05-23 01:42:14 +08:00
nsis打包
This commit is contained in:
19
.github/workflows/main.yml
vendored
19
.github/workflows/main.yml
vendored
@@ -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: ""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user