Skip to content

Commit 19d69de

Browse files
authored
Merge pull request #1041 from tonymushah/main
update branch
2 parents 6820607 + c803448 commit 19d69de

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/experimental-app-image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ permissions:
66

77
jobs:
88
tauri-build-experimental:
9-
runs-on: 'ubuntu-24.04'
9+
runs-on: 'ubuntu-latest'
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: setup node
@@ -34,9 +34,9 @@ jobs:
3434
TAURI_SIGNING_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
3535
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_PASSWORD }}
3636
with:
37-
tagName: v__VERSION__.0
38-
releaseName: "Special Eureka v__VERSION__ app-image experimental 0"
39-
releaseBody: "An experimental app image release using the [tauri/feat/truly-portable-app-image](https://github.com/tauri-apps/tauri/pull/12491)"
37+
tagName: v__VERSION__.1
38+
releaseName: "Special Eureka v__VERSION__ app-image experimental 1"
39+
releaseBody: "An experimental app image release using the [tauri/feat/truly-portable-app-image](https://github.com/tauri-apps/tauri/pull/12491).\n Unlike the previous one, this uses `ubuntu-latest` instead."
4040
releaseDraft: true
4141
prerelease: true
4242
tauriScript: cargo tauri

0 commit comments

Comments
 (0)