Skip to content

Commit

Permalink
fix(ci/cd): Adjusts release workflow to renamed project
Browse files Browse the repository at this point in the history
  • Loading branch information
Marconi Gomes committed Sep 24, 2023
1 parent 28a55c9 commit 357b390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 357b390

Please sign in to comment.