Skip to content

Commit

Permalink
Add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Sep 17, 2024
1 parent e3cd15f commit a4947d9
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/release-tauri-app.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,10 @@ jobs:
tauriScript: nix develop --no-update-lock-file --command npm run tauri
releaseId: ${{ needs.publish-happ.outputs.releaseId }}

release-tauri-android:
release-tauri-app-android:
permissions: write-all
needs: publish-happ
environment: Relay Release
strategy:
fail-fast: false
matrix:
Expand All @@ -140,10 +141,6 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- name: Support longpaths
if: matrix.platform != 'ubuntu-22.04'
run: git config --system core.longpaths true

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
# Checks out a copy of your repository on the ubuntu-latest machine
- uses: actions/checkout@v3
Expand Down

0 comments on commit a4947d9

Please sign in to comment.