File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments