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 d84a03e commit ba9aa3c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
dotnet publish ./src/jsunmap.csproj --configuration Release --self-contained --runtime $RUNTIME --verbosity quiet -p:PublishTrimmed=true -o ./build/$RUNTIME /p:WarningLevel=0
Compress-Archive -Path ./build/$RUNTIME -DestinationPath ./release/JsUnMap-${{ github.run_number }}-$RUNTIME.zip
}
- name: Create release
id: create_release
uses: actions/create-release@v1
Expand All @@ -74,7 +73,7 @@ jobs:
./release/JsUnMap-${{ github.run_number }}-osx-x64.zip
./release/JsUnMap-${{ github.run_number }}-win-arm64.zip
asset_name: |
JsUnMap-${{ github.run_number }}win-x64.zip
JsUnMap-${{ github.run_number }}-win-x64.zip
JsUnMap-${{ github.run_number }}-x64.zip
JsUnMap-${{ github.run_number }}-x64.zip
JsUnMap-${{ github.run_number }}-arm64.zip
Expand Down

0 comments on commit ba9aa3c

Please sign in to comment.