Skip to content

Commit

Permalink
Tauri build changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Isthisanmol committed Aug 11, 2024
1 parent f4176fd commit b5a370a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
steps:
- name: Check for GITHUB_TOKEN
run: |
if (-not $env:${{secrets.GITHUB_TOKEN}})
if (-not $env:"${{secrets.GITHUB_TOKEN}}")
{
Write-Host "You must provide a GITHUB_TOKEN secret for this repository."
exit 1
Expand Down

0 comments on commit b5a370a

Please sign in to comment.