Skip to content

Commit

Permalink
fix upload_url for RPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
jankae committed Jun 28, 2024
1 parent b4a2217 commit 8b021cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Release_tag_stable.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
LIBREVNA_VERSION: "${{steps.id_version.outputs.app_version}}"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.bump_release.outputs.upload_url }}
upload_url: ${{ steps.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
Expand Down

0 comments on commit 8b021cf

Please sign in to comment.