Skip to content

Commit f4e1c55

Browse files
committed
chore: final work in progress on release-ui automation
Signed-off-by: Nick Mitchell <[email protected]>
1 parent c0d5440 commit f4e1c55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-ui.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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'
@@ -93,5 +93,5 @@ jobs:
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 }}

0 commit comments

Comments
 (0)