Skip to content

Commit

Permalink
Update publish-dotnet-binaries.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoramosrs authored Jan 12, 2024
1 parent 45ef4bc commit 30c3350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
- name: Build win-x64
run: |
cd ./src
dotnet publish --configuration Release --self-contained --runtime win-x64 --verbosity quiet -p:PublishTrimmed=true -o ../build/win-x86
cd
dotnet publish ./src/jsunmap.sln --configuration Release --self-contained --runtime win-x64 --verbosity quiet -p:PublishTrimmed=true -o ./build/win-x86
- name: Bundle win-x86
uses: vimtor/action-zip@v1
Expand Down

0 comments on commit 30c3350

Please sign in to comment.