mirror of
https://github.com/rizinorg/cutter.git
synced 2024-12-19 11:26:11 +00:00
Update gha get-release action to fix it on new macOS
This commit is contained in:
parent
54cd0f1a42
commit
c5f6cc0c3f
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user