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 0e98470 commit 0aed3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Create Release
id: create_release
uses: actions/create-release@v1
uses: actions/create-release@v1.1.4
with:
tag_name: ${{ github.event.inputs.tag }}
release_name: Release ${{ github.event.inputs.tag }}
Expand All @@ -45,7 +45,7 @@ jobs:
run: ls -al

- name: Upload Release Asset 4.24
uses: actions/upload-release-asset@v1
uses: actions/upload-release-asset@v1.0.2
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: UnrealLibretro-4.24.zip
Expand Down

0 comments on commit 0aed3f2

Please sign in to comment.