Also upload release when pushing submodule

This commit is contained in:
Weiqi Gao 2023-12-28 17:37:16 +08:00 committed by GitHub
parent e452df91bb
commit 5c26132b82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -115,7 +115,7 @@ jobs:
upload-release: upload-release:
name: Upload Release name: Upload Release
runs-on: ubuntu-latest runs-on: ubuntu-latest
if: ${{ inputs.release }} if: ${{ inputs.release || github.event_name == 'push' }}
needs: [build-linux-windows, build-macos] needs: [build-linux-windows, build-macos]
steps: steps:
- name: Download release files - name: Download release files