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