Skip to content

Commit

Permalink
Update resource-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Permdog99 authored Jan 1, 2025
1 parent b083077 commit 37155b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/resource-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ jobs:
tar czf $TU3 ./TU3/TU3-Assets/
tar czf $TU5 ./TU5/TU5-Assets/
gh release create ${{ inputs.version }} $TU1 $TU3 $TU5 -t 'Re-Console: Legacy Resources ${{ inputs.version }}' --prerelease=${{ inputs.pre-release }} -n '${{ inputs.changelog }}'
gh release create ${{ inputs.version }} ${TU1} ${TU3} ${TU5} -t 'Re-Console: Legacy Resources ${{ inputs.version }}' --prerelease=${{ inputs.pre-release }} -n '${{ inputs.changelog }}'

0 comments on commit 37155b0

Please sign in to comment.