Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
madisvain committed Jul 3, 2024
1 parent 273437e commit e4a4a51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@ jobs:
APPLE_API_KEY_VALUE: ${{ secrets.APPLE_API_KEY_VALUE }}
APPLE_API_KEY_PATH: ${{ github.workspace }}/apple-api-key.p8
APPLE_API_ISSUER: ${{ secrets.APPLE_API_ISSUER }}
TAURI_KEY_PASSWORD=: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY=: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}

with:
tagName: v__VERSION__
Expand Down

0 comments on commit e4a4a51

Please sign in to comment.