Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AmonDeShir authored Dec 14, 2023
1 parent 6b44460 commit 907dc7d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
asset_path: nebula-quest-windows.zip/nebula-quest-windows-installer.zip
asset_name: nebula-quest-windows-installer.zip
asset_content_type: application/zip

0 comments on commit 907dc7d

Please sign in to comment.