We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2645b00 commit 49cd0f7Copy full SHA for 49cd0f7
1 file changed
.github/workflows/build-release.yml
@@ -29,7 +29,7 @@ jobs:
29
30
- name: 🛠️ Build and Publish (Self-Contained x86)
31
run: |
32
- dotnet publish SharpExt4Explorer.csproj `
+ dotnet publish SharpExt4Explorer/SharpExt4Explorer/SharpExt4Explorer.csproj `
33
--configuration $env:Configuration `
34
--runtime $env:Runtime `
35
--self-contained true `
0 commit comments