Skip to content

Commit

Permalink
Fixed release script
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 29, 2024
1 parent 7382392 commit 9b849a9
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:

release-tauri-app-android:
permissions: write-all
needs: publish-happ
# needs: publish-happ
environment: Relay Release

runs-on: 'ubuntu-22.04'
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:

release-tauri-app-linux:
permissions: write-all
needs: publish-happ
# needs: publish-happ

runs-on: ubuntu-22.04
steps:
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:

release-tauri-app-windows:
permissions: write-all
needs: publish-happ
# needs: publish-happ

runs-on: windows-latest
steps:
Expand Down Expand Up @@ -234,7 +234,7 @@ jobs:

release-tauri-app-macos:
permissions: write-all
needs: publish-happ
# needs: publish-happ
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -284,7 +284,6 @@ jobs:
run: |
cargo build --bins --features tauri/custom-protocol,tauri/native-tls --release
- name: build the app
uses: tauri-apps/tauri-action@v0
env:
Expand Down

0 comments on commit 9b849a9

Please sign in to comment.