Update gha get-release action to fix it on new macOS

This commit is contained in:
Florian Märkl 2023-01-11 12:10:39 +01:00
parent 54cd0f1a42
commit c5f6cc0c3f

View File

@ -281,7 +281,7 @@ jobs:
- name: Get release - name: Get release
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags') if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
id: get_release id: get_release
uses: karliss/get-release@23b8b7144dd5b0c9d6942b2fb78bd9ae71546d03 uses: rizinorg/gha-get-release@c8074dd5d13ddd0a194d8c9205a1466973c7dc0d
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Upload release assets - name: Upload release assets