diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index ecd04f2..01e21db 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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