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 85bca14 commit 59d8dab
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.description }}
gh release create ${{ inputs.version }} $TU1 $TU3 $TU5 -t 'Re-Console: Legacy Resources ${{ inputs.version }}' --prerelease=${{ inputs.pre-release }} -n '${{ inputs.description }}'

0 comments on commit 59d8dab

Please sign in to comment.