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 15, 2024
1 parent 1f5b54e commit 4bae071
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:

- name: Compile binaries
run: |
RUNTIMES=("linux-x64" "linux-arm64")
RUNTIMES=("linux-x64")
mkdir build
mkdir release
dotnet restore ./src/jsunmap.sln
Expand Down Expand Up @@ -106,7 +106,6 @@ jobs:
JsUnMap-${{ github.run_number }}-win-x64.zip
JsUnMap-${{ github.run_number }}-win-arm64.zip
JsUnMap-${{ github.run_number }}-linux-x64.zip
JsUnMap-${{ github.run_number }}-linux-arm64.zip
path: ./release/

- name: Upload release asset
Expand All @@ -119,12 +118,10 @@ jobs:
./release/JsUnMap-${{ github.run_number }}-win-x64.zip
./release/JsUnMap-${{ github.run_number }}-win-arm64.zip
./release/JsUnMap-${{ github.run_number }}-linux-x64.zip
./release/JsUnMap-${{ github.run_number }}-linux-arm64.zip
asset_name: |
JsUnMap-${{ github.run_number }}-win-x64.zip
JsUnMap-${{ github.run_number }}-win-arm64.zip
JsUnMap-${{ github.run_number }}-linux-x64.zip
JsUnMap-${{ github.run_number }}-linux-arm64.zip
asset_content_type: |
application/zip
application/zip
Expand Down

0 comments on commit 4bae071

Please sign in to comment.