Skip to content

Commit

Permalink
Add env to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
prayag17 committed Dec 8, 2023
1 parent 2e62d3d commit abca227
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
matrix:
platform: [macos-latest, ubuntu-22.04, windows-latest]
runs-on: ${{ matrix.platform }}
environment: TAURI
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down Expand Up @@ -67,8 +68,8 @@ jobs:

env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY}}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD}}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD }}
with:
tagName: ${{ github.ref_name }} # This only works if your workflow triggers on new tags.
releaseName: "App Name v__VERSION__" # tauri-action replaces \_\_VERSION\_\_ with the app version.
Expand Down

0 comments on commit abca227

Please sign in to comment.