Skip to content

Commit

Permalink
Add TODO: actions/upload-release-asset is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Mell committed Nov 13, 2024
1 parent d1ccfb5 commit 6a5c963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ jobs:
draft: ${{ github.ref != 'refs/heads/master' }}
prerelease: true # TODO: revert this to false

# TODO: This is unmaintained; eplace with: https://github.com/softprops/action-gh-release
- name: Upload Zip file of build to release
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 6a5c963

Please sign in to comment.