fix builder 2 (#1150)

This commit is contained in:
Mike Sawka 2024-10-26 12:18:27 -07:00 committed by GitHub
parent 2d113a966c
commit e419b7f99e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -163,6 +163,8 @@ jobs:
create-release: create-release:
runs-on: ubuntu-latest runs-on: ubuntu-latest
needs: runbuild needs: runbuild
permissions:
contents: write
if: ${{ github.event_name != 'workflow_dispatch' }} if: ${{ github.event_name != 'workflow_dispatch' }}
steps: steps:
- name: Download artifacts - name: Download artifacts