Skip to content

Commit

Permalink
🐛 Add environment variables to GitHub Actions to fix MS package build…
Browse files Browse the repository at this point in the history
… issue (#1489)
  • Loading branch information
guiyanakuang committed Jul 17, 2024
1 parent de7cdf7 commit c4263dd
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jobs:
MAC_SIGNING_KEY_FILE_PATH: ${{ github.workspace }}/developerID_application.p12
PRE_RELEASE: false
RELEASE_TOKEN: ${{ secrets.RELEASE_TOKEN }}
WINDOWS_IDENTITY_NAME: ${{ secrets.WINDOWS_IDENTITY_NAME }}
WINDOWS_PUBLISHER: ${{ secrets.WINDOWS_PUBLISHER }}
WINDOWS_PUBLISHER_DISPLAY_NAME: ${{ secrets.WINDOWS_PUBLISHER_DISPLAY_NAME }}
WINDOWS_STORE_ID: ${{ secrets.WINDOWS_STORE_ID }}
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit c4263dd

Please sign in to comment.