From 357b390141146931ed36e34f56e2b3ca4959a966 Mon Sep 17 00:00:00 2001 From: Marconi Gomes Date: Sun, 24 Sep 2023 17:58:35 -0300 Subject: [PATCH] fix(ci/cd): Adjusts release workflow to renamed project --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d86878c..1b64504 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -28,7 +28,7 @@ jobs: run: 'C:\Program` Files\Microsoft` Visual` Studio\2022\Enterprise\MSBuild\Current\Bin\msbuild.exe AMRPC` WatchDog` Desktop.sln /p:Configuration=Release' - name: Compress binary shell: powershell - run: ' Compress-Archive .\AMRPC` WatchDog` Desktop\bin\Release\* watchdog.zip' + run: ' Compress-Archive .\WatchDog\bin\Release\* watchdog.zip' - uses: actions/upload-artifact@v2 with: name: watchdog-build