mirror of
https://github.com/jankae/LibreVNA.git
synced 2026-03-06 05:13:49 +01:00
fix release_tag RPi5 upload url
This commit is contained in:
parent
cd83921f49
commit
185f8a9e16
2
.github/workflows/Release_tag_stable.yml
vendored
2
.github/workflows/Release_tag_stable.yml
vendored
|
|
@ -97,7 +97,7 @@ jobs:
|
|||
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
with:
|
||||
upload_url: ${{ steps.PC_Application_Ubuntu.outputs.upload_url }}
|
||||
upload_url: ${{ needs.PC_Application_Ubuntu.outputs.upload_url }}
|
||||
asset_path: ./Software/PC_Application/LibreVNA-GUI/LibreVNA-GUI.zip
|
||||
asset_name: LibreVNA-GUI-RPi5-${{env.LIBREVNA_VERSION}}.zip
|
||||
asset_content_type: application/tar+gzip
|
||||
|
|
|
|||
Loading…
Reference in a new issue