We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa8da26 commit 0f34783Copy full SHA for 0f34783
1 file changed
.github/workflows/build.yml
@@ -42,6 +42,7 @@ jobs:
42
run: msbuild "$env:Solution_Name.sln" /t:Restore /p:Configuration=$env:Configuration
43
env:
44
Configuration: ${{ matrix.configuration }}
45
+ working-directory: './Musium'
46
47
- name: Decode the pfx
48
run: |
0 commit comments