From 8e43c5e36f01c1b3b29ec1f3a124483d12b041b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bal=C3=A1zs=20Grill?= Date: Sun, 8 Dec 2024 18:20:13 +0100 Subject: [PATCH] attempt to fix release --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f5ab438..7058582 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -221,7 +221,7 @@ jobs: GITHUB_TOKEN: ${{ github.token }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: PotatoDrive_${{ needs.build.outputs.VERSION }}.msi + asset_path: PotatoDrive.msi asset_name: PotatoDrive-${{ needs.build.outputs.VERSION }}.msi asset_content_type: application/x-msi - name: upload amd64 deb