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 437b59b commit 59faf4d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ tauri-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
steps:
- name: Check for GITHUB_TOKEN
run: |
if (-not $ENV:${{secrets.GITHUB_TOKEN}}); then
if (-not $ENV:${{secrets.GITHUB_TOKEN}}){
echo "You must provide a GITHUB_TOKEN secret for this repository."
exit 1
fi
}
- name: Checkout repository
uses: actions/checkout@v4
Expand Down

0 comments on commit 59faf4d

Please sign in to comment.