Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
N7Alpha authored Oct 20, 2023
1 parent 715700f commit 0e98470
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: UnrealLibretro-4.24.zip
asset_name: UnrealLibretro-4.24.zip
asset_name: UnrealLibretro-4.24
asset_content_type: application/zip
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}


# Repeat the above step for other versions 4.25, 4.26, and so on...

0 comments on commit 0e98470

Please sign in to comment.