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 e551fa9 commit 1540169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Build win-x64
run: |
$RUNTIMES = @("win-x86","win-x64","linux-x64","linux-arm","linux-arm64","osx-x64")
$RUNTIMES = @("win-x64","linux-x64","linux-arm","linux-arm64","osx-x64")
foreach ($RUNTIME in $RUNTIMES) {
echo build $RUNTIME
dotnet publish ./src/jsunmap.sln --configuration Release --self-contained --runtime $RUNTIME --verbosity quiet -p:PublishTrimmed=true -o ./build/$RUNTIME
Expand Down

0 comments on commit 1540169

Please sign in to comment.