Skip to content

Commit

Permalink
Fix glob
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 5, 2023
1 parent 71873e5 commit f503b4f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: "overlayed-unstable-mac"
path: "src-tauri/target/release/bundle/dmg/*.dmg"
path: "**/*.dmg"
build-windows:
runs-on: "windows-latest"
steps:
Expand All @@ -45,4 +45,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: "overlayed-unstable-windows"
path: "src-tauri/target/release/bundle/**/*.exe"
path: "**/*.exe"

0 comments on commit f503b4f

Please sign in to comment.