Skip to content

Commit

Permalink
Adjust binaries path for Win32
Browse files Browse the repository at this point in the history
  • Loading branch information
wiresock committed Dec 4, 2023
1 parent fc23007 commit ca8fbb8
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 @@ -49,7 +49,7 @@ jobs:
uses: actions/upload-artifact@v2
with:
name: wfpcalloutexplorer-${{ matrix.platform }}
path: ${{ matrix.platform }}/Release/*.exe
path: ${{ matrix.platform == 'x86' && 'Win32/Release/*.exe' || format('{0}/Release/*.exe', matrix.platform) }}

release:
needs: build
Expand Down

0 comments on commit ca8fbb8

Please sign in to comment.