We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 927647e commit 1039070Copy full SHA for 1039070
1 file changed
.github/workflows/build-release.yml
@@ -28,9 +28,9 @@ jobs:
28
29
- name: 🛠️ Build and Publish (Self-Contained)
30
run: |
31
- dotnet publish Ext4Explorer/Ext4Explorer.csproj `
+ dotnet publish Ext4Explorer.csproj `
32
--configuration $env:Configuration `
33
- --runtime win-x64 `
+ --runtime win-x86 `
34
--self-contained true `
35
--output $env:OutputDir `
36
/p:PublishSingleFile=true `
0 commit comments