Skip to content

Commit

Permalink
Fix windows CI path
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Nov 17, 2023
1 parent a80d685 commit 8cfe0d1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: ${{ matrix.target }}
path: ./build/windows/runner/Release/*
path: ./build/windows/x64/runner/Release/*
if-no-files-found: error

# - name: Upload Windows MSIX installer
Expand All @@ -116,7 +116,7 @@ jobs:
with:
name: ${{ matrix.target }} Inno installer
path: |
./build/windows/runner/windows_installer.exe
./build/windows/x64/runner/windows_installer.exe
if-no-files-found: error

# Linux
Expand Down

0 comments on commit 8cfe0d1

Please sign in to comment.