We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd728c commit eef65b0Copy full SHA for eef65b0
.github/workflows/release_build_and_deploy.yml
@@ -26,7 +26,7 @@ jobs:
26
run: /Applications/Visual\ Studio.app/Contents/MacOS/vstool build --configuration:Release ${{ github.workspace }}/src/CodingWithCalvin.SuperClean.sln
27
28
- name: 5. Packing
29
- run: /Applications/Visual\ Studio.app/Contents/MacOS/vstool setup pack CodingWithCalvin.SuperClean/bin/Release/net7.0/CodingWithCalvin.SuperClean.dll -d:${{ github.workspace }}/src
+ run: /Applications/Visual\ Studio.app/Contents/MacOS/vstool setup pack ${{ github.workspace }}/src/CodingWithCalvin.SuperClean/bin/Release/net7.0/CodingWithCalvin.SuperClean.dll -d:${{ github.workspace }}/src
30
31
- name: 6. Publish Artifacts
32
uses: actions/upload-artifact@v4
0 commit comments