[Release] test CI5

This commit is contained in:
Le Tan 2022-10-04 09:36:43 +08:00
parent ff6031209f
commit 0e9b6894c7

View File

@ -164,6 +164,13 @@ jobs:
release: Continuous Build
tag: continuous-build
- name: Test
shell: cmd
run: |
dir .
dir .\distrib
working-directory: ${{runner.workspace}}/build
- name: Release
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
uses: ncipollo/release-action@v1.11.0