Skip to content

Commit

Permalink
#1391 Add Helgobox helper extension as release artifact for Linux as …
Browse files Browse the repository at this point in the history
…well
  • Loading branch information
helgoboss committed Jan 3, 2025
1 parent 814c544 commit 6f8d5d0
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,15 @@ jobs:
asset_path: ./linux-x86_64/libhelgobox.so
asset_name: helgobox-linux-x86_64.so
asset_content_type: application/octet-stream
- name: Upload linux-x86_64 release artifact 2
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./linux-x86_64/libreaper_helgobox.so
asset_name: reaper_helgobox-linux-x86_64.dll
asset_content_type: application/octet-stream
# Upload Linux aarch64 artifacts
# - name: Upload linux-aarch64 release artifact
# uses: actions/upload-release-asset@v1
Expand Down

0 comments on commit 6f8d5d0

Please sign in to comment.