From 907dc7d0a6a4ae0f2de869c87c745ce8a16ecaa7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Purga=C5=82?= Date: Thu, 14 Dec 2023 22:09:56 +0100 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2b2256c..3e94a5f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -76,12 +76,12 @@ jobs: asset_name: nebula-quest-linux.zip asset_content_type: application/zip - - name: Upload linux + - name: Upload windows uses: actions/upload-release-asset@v1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} - asset_path: nebula-quest-windows.zip/nebula-quest-windows.zip - asset_name: nebula-quest-windows.zip - asset_content_type: application/zip \ No newline at end of file + asset_path: nebula-quest-windows.zip/nebula-quest-windows-installer.zip + asset_name: nebula-quest-windows-installer.zip + asset_content_type: application/zip