File tree Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Expand file tree Collapse file tree 1 file changed +5
-6
lines changed Original file line number Diff line number Diff line change 1919 - platform : ' macos-latest' # for Arm based macs (M1 and above).
2020 args : ' --target universal-apple-darwin'
2121 - platform : ' ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
22- args : ' '
22+ args : ' --target aarch64-unknown-linux-musl'
23+ - platform : ' ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
24+ args : ' --target x86_64-unknown-linux-musl'
2325 - platform : ' windows-latest'
2426 args : ' '
2527
6264 APPLE_PASSWORD : ${{ secrets.APPLE_PASSWORD }}
6365 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
6466 with :
65- tagName : app-v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
66- releaseName : ' App v__VERSION__'
67- releaseBody : ' See the assets to download this version and install.'
68- releaseDraft : true
69- prerelease : false
67+ tagName : v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
68+ releaseName : ' Version __VERSION__ (ui build test)'
7069 args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments