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 1540169 commit 1ab525b
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 @@ -41,9 +41,9 @@ jobs:
- name: Build win-x64
run: |
$RUNTIMES = @("win-x64","linux-x64","linux-arm","linux-arm64","osx-x64")
$RUNTIMES = @("win-x64","linux-x64","osx-x64","win-arm64","linux-arm64","orx-arm64")
foreach ($RUNTIME in $RUNTIMES) {
echo build $RUNTIME
echo "building $RUNTIME"
dotnet publish ./src/jsunmap.sln --configuration Release --self-contained --runtime $RUNTIME --verbosity quiet -p:PublishTrimmed=true -o ./build/$RUNTIME
Compress-Archive -Path ./build/$RUNTIME -DestinationPath ./release/JsUnMap-$RUNTIME-$RUNTIME.zip
}
Expand Down

0 comments on commit 1ab525b

Please sign in to comment.