Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Nov 5, 2023
1 parent 15be52c commit 4a457d7
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 @@ -45,7 +45,7 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: "overlayed-unstable-windows"
path: "**/*.exe"
path: "src/tauri/x86_64-pc-windows-msvc/**/overlayed.exe"
build-linux:
runs-on: "ubuntu-latest"
steps:
Expand All @@ -70,4 +70,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: "overlayed-unstable-windows"
path: "**/*.{deb,appimage}"
path: "src-tauri/target"

0 comments on commit 4a457d7

Please sign in to comment.