File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1818 include :
1919 - platform : ' macos-latest' # for Arm based macs (M1 and above).
2020 args : ' --target universal-apple-darwin'
21- - platform : ' ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
21+ - platform : ' ubuntu-22.04-arm ' # for Tauri v1 you could replace this with ubuntu-20.04.
2222 args : ' --target aarch64-unknown-linux-gnu'
2323 - platform : ' ubuntu-22.04' # for Tauri v1 you could replace this with ubuntu-20.04.
2424 args : ' --target x86_64-unknown-linux-gnu'
9393 APPLE_TEAM_ID : ${{ secrets.APPLE_TEAM_ID }}
9494 with :
9595 tagName : v__VERSION__ # the action automatically replaces \_\_VERSION\_\_ with the app version.
96- releaserName : ' Version __VERSION__ (ui build test)'
96+ releaseName : ' Version __VERSION__ (ui build test)'
9797 args : ${{ matrix.args }}
You can’t perform that action at this time.
0 commit comments