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 9f5cec5 commit b72be12
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish-dotnet-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,9 @@ jobs:
GITHUB_TOKEN: ${{ secrets.BUILD_KEY }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./release/*

- name: Upload binaries
uses: actions/upload-artifact@v2
with:
name: binaries
path: ./release/
path: |
./release/JsUnMap-win-x64.zip
asset_name: |
JsUnMap-win-x64.zip
asset_content_type: |
application/zip

0 comments on commit b72be12

Please sign in to comment.