Update .github/workflows/release.yaml
All checks were successful
Build / build (ubuntu-latest) (push) Successful in 15m30s
Eslint & Clippy / eslint_and_clippy (push) Successful in 28m59s

This commit is contained in:
damien 2025-03-01 11:27:49 +00:00
parent d6f25f9c84
commit 6204509857

View File

@ -27,6 +27,7 @@ jobs:
outputs:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_id: ${{steps.create_release.outputs.id}}
build:
needs: create_release
@ -82,7 +83,7 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.DAMIEN_TOKEN }}
with:
upload_url: ${{ needs.create_release.outputs.upload_url }}
upload_url: https://192.168.1.147:3434/api/v1/repos/damien/file-tree/releases/${{ needs.create_release.outputs.upload_id }}/assets
asset_path: ./release_${{ matrix.os }}.zip
asset_name: file_tree_${{ github.event.inputs.version }}_${{ matrix.os }}.zip
asset_content_type: application/zip