Skip to content

Commit 1039070

Browse files
authored
Update build-release.yml
1 parent 927647e commit 1039070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ jobs:
2828

2929
- name: 🛠️ Build and Publish (Self-Contained)
3030
run: |
31-
dotnet publish Ext4Explorer/Ext4Explorer.csproj `
31+
dotnet publish Ext4Explorer.csproj `
3232
--configuration $env:Configuration `
33-
--runtime win-x64 `
33+
--runtime win-x86 `
3434
--self-contained true `
3535
--output $env:OutputDir `
3636
/p:PublishSingleFile=true `

0 commit comments

Comments
 (0)