scripts: gha: do not waste time building bshift, just copy binary from mobile_hacks

This commit is contained in:
Alibek Omarov
2024-08-12 10:25:07 +03:00
parent 99cec81894
commit d905ea354e
3 changed files with 12 additions and 3 deletions

View File

@@ -98,7 +98,8 @@ jobs:
if: ${{ github.event_name == 'push' }}
steps:
- name: Remove old release
run: gh release delete -y --cleanup-tag -R $GITHUB_REPOSITORY ${{ github.ref_name == 'master' && 'continuous' || format('continuous-{0}', github.ref_name) }}
run: |
gh release delete -y --cleanup-tag -R $GITHUB_REPOSITORY ${{ github.ref_name == 'master' && 'continuous' || format('continuous-{0}', github.ref_name) }} || true
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Fetch artifacts