From 8dfc90a32217ced096aa7baac7c9e60c33ccc6d0 Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Fri, 26 Jun 2020 15:55:18 +1200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index ac0519678a..b3417337a5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -221,7 +221,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: ./${{ steps.info.outputs.macosdir }}.zip + asset_path: ./${{ steps.info.outputs.windowsdir }}.zip asset_name: ${{ steps.info.outputs.windowsdir }}.zip asset_content_type: application/zip - name: Download Windows installer