From e4da348f38e8f09eba7a3eb3e46886cfe751a669 Mon Sep 17 00:00:00 2001 From: jvyden Date: Thu, 28 Oct 2021 15:59:14 -0400 Subject: [PATCH] A --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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