diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 9fc4546..c949875 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -37,4 +37,4 @@ jobs: - uses: actions/upload-artifact@v2 with: name: UnionPatcher-${{ matrix.os.prettyName }} - path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/Release/net5.0/${{ matrix.os.platform }}/publish \ No newline at end of file + path: ${{ github.workspace }}/UnionPatcher.Gui.${{ matrix.os.prettyName }}/bin/Release/net5.0/ \ No newline at end of file