Skip to content

Commit

Permalink
Update release-tauri-app.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba authored Sep 5, 2024
1 parent c85c0c0 commit 20392ff
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,11 @@ jobs:
run: |
npm install
- name: build the app in nix to work around sysroot issue building tx5
if: matrix.platform == 'macos-latest'
run: |
nix develop --command bash -c "cargo build --bins --features tauri/custom-protocol,tauri/native-tls --release"
- name: Print version
run: |
echo "The Version was: ${{ needs.publish-happ.outputs.appVersion }}"
Expand All @@ -147,3 +152,4 @@ jobs:
releaseId: ${{ needs.publish-happ.outputs.releaseId }}
releaseDraft: true
prerelease: true
args: ${{ matrix.args }}

0 comments on commit 20392ff

Please sign in to comment.