Skip to content

Commit

Permalink
Fix GitHub action not firing due to wrong path
Browse files Browse the repository at this point in the history
  • Loading branch information
steve1316 committed Apr 13, 2023
1 parent d3fbfb9 commit c060965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches:
- main
paths:
- "./src-tauri/update.json"
- "src-tauri/update.json"

permissions:
contents: write
Expand Down

0 comments on commit c060965

Please sign in to comment.