Skip to content

Commit

Permalink
Fix again
Browse files Browse the repository at this point in the history
  • Loading branch information
zakpatterson committed May 22, 2021
1 parent 1d5f3d7 commit 875f9bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tauri-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: install app dependencies and build it
run: npm install --no-optional && npm run desktop-release
if: steps.cache_node_modules.outputs.cache-hit != 'true'
- uses: loloof64/tauri-action@marketplace_2
- uses: tauri-apps/tauri-action@dev
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
Expand Down

0 comments on commit 875f9bb

Please sign in to comment.