Skip to content

Commit

Permalink
fix: windows workflow glob typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mmvanheusden committed Dec 12, 2024
1 parent 63c421a commit 2cb21be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: windows-artifacts
path: "./src-tauri/target/release/bundle/**/*.{msi,MSI,exe,EXE}" # fck windows
path: "./src-tauri/target/release/bundle/*" # fck windows


0 comments on commit 2cb21be

Please sign in to comment.