Skip to content

Commit

Permalink
ci: fix running tauri-apps/tauri-action@v0 twice
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyowen committed Apr 27, 2023
1 parent e251633 commit 72813dc
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .github/workflows/tauri-test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,4 @@ jobs:
REACT_APP_STORAGE_BUCKET: ${{ secrets.REACT_APP_STORAGE_BUCKET }}
REACT_APP_SENDER_ID: ${{ secrets.REACT_APP_SENDER_ID }}
REACT_APP_ID: ${{ secrets.REACT_APP_ID }}
REACT_APP_MEASUREMENT_ID: ${{ secrets.REACT_APP_MEASUREMENT_ID }}
if: matrix.platform != 'windows-latest'
run: yarn build

- name: Building tauri app
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
REACT_APP_MEASUREMENT_ID: ${{ secrets.REACT_APP_MEASUREMENT_ID }}

0 comments on commit 72813dc

Please sign in to comment.