From 185f8a9e16fc71555126350a7ce4952542a7ffd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20K=C3=A4berich?= Date: Wed, 8 Jan 2025 08:44:54 +0100 Subject: [PATCH] fix release_tag RPi5 upload url --- .github/workflows/Release_tag_stable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Release_tag_stable.yml b/.github/workflows/Release_tag_stable.yml index 1640155..1070351 100644 --- a/.github/workflows/Release_tag_stable.yml +++ b/.github/workflows/Release_tag_stable.yml @@ -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