We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 384048c commit 4f03c01Copy full SHA for 4f03c01
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 Ext4Explorer/Ext4Explorer.csproj `
+ dotnet publish Ext4Explorer.csproj `
33
--configuration $env:Configuration `
34
--runtime $env:Runtime `
35
--self-contained true `
0 commit comments