mirror of
https://github.com/CarlGao4/um-react-electron.git
synced 2024-11-23 20:52:17 +00:00
Also upload release when pushing submodule
This commit is contained in:
parent
e452df91bb
commit
5c26132b82
2
.github/workflows/build-test.yml
vendored
2
.github/workflows/build-test.yml
vendored
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user