Skip to content

Commit

Permalink
Github Actions: Fix the Windows-32bit target path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianch committed Oct 3, 2022
1 parent f82b64c commit cdd391d
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 @@ -57,5 +57,5 @@ jobs:
- uses: actions/upload-artifact@v3
with:
name: windows-release-i686
path: target/release/offline-chess-puzzles.exe
path: target/i686-pc-windows-msvc/release/offline-chess-puzzles.exe

0 comments on commit cdd391d

Please sign in to comment.