Skip to content

Commit ce3d3a6

Browse files
committed
testing deploying new versions for linux and windows
1 parent 12ad92a commit ce3d3a6

1 file changed

Lines changed: 2 additions & 7 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@ jobs:
4747
uses: dtolnay/rust-toolchain@stable
4848
with:
4949
# Configure targets based on platform
50-
targets: ${{
51-
matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' ||
52-
matrix.platform == 'windows-latest' && 'x86_64-pc-windows-msvc' ||
53-
matrix.platform == 'ubuntu-22.04' && 'x86_64-unknown-linux-gnu' ||
54-
''
55-
}}
50+
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}
5651

5752
- name: Rust cache
5853
uses: swatinem/rust-cache@v2
@@ -76,7 +71,7 @@ jobs:
7671
TAURI_SIGNING_PRIVATE_KEY_PASSWORD: ${{ secrets.TAURI_SIGNING_PRIVATE_KEY_PASSWORD }}
7772
with:
7873
tagName: v__VERSION__
79-
releaseName: "Solo v__VERSION__"
74+
releaseName: "v__VERSION__"
8075
releaseBody: "See the assets to download this version and install."
8176
includeUpdaterJson: true
8277
releaseDraft: false

0 commit comments

Comments
 (0)