Skip to content

Commit

Permalink
Lobby WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
guillemcordoba committed Jul 16, 2024
1 parent 19667cf commit 8e8cf15
Show file tree
Hide file tree
Showing 13 changed files with 927 additions and 174 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 @@ -138,6 +138,12 @@ jobs:
uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}
with:
releaseId: ${{ needs.publish-happ.outputs.releaseId }}
releaseDraft: true
Expand Down
Loading

0 comments on commit 8e8cf15

Please sign in to comment.