Skip to content

Commit

Permalink
Merge pull request #18 from SlashNephy/renovate/softprops-action-gh-r…
Browse files Browse the repository at this point in the history
…elease-2.x

Update softprops/action-gh-release action to v2
  • Loading branch information
SlashNephy committed Mar 16, 2024
2 parents e6d3cd8 + 3825edc commit befe9be
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/TVTComment.yml
Expand Up @@ -169,7 +169,7 @@ jobs:
path: Artifacts/

- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: Artifacts/*.zip
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -25,7 +25,7 @@ jobs:
run: zip -r ${{ inputs.artifact-name }}.zip ${{ inputs.artifact-name }}/

- name: Upload Release
uses: softprops/action-gh-release@v1
uses: softprops/action-gh-release@v2
with:
files: '${{ inputs.artifact-name }}.zip'
env:
Expand Down

0 comments on commit befe9be

Please sign in to comment.