mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 13:59:52 +08:00
[Release] test CI5
This commit is contained in:
parent
ff6031209f
commit
0e9b6894c7
7
.github/workflows/ci-win.yml
vendored
7
.github/workflows/ci-win.yml
vendored
@ -164,6 +164,13 @@ jobs:
|
|||||||
release: Continuous Build
|
release: Continuous Build
|
||||||
tag: continuous-build
|
tag: continuous-build
|
||||||
|
|
||||||
|
- name: Test
|
||||||
|
shell: cmd
|
||||||
|
run: |
|
||||||
|
dir .
|
||||||
|
dir .\distrib
|
||||||
|
working-directory: ${{runner.workspace}}/build
|
||||||
|
|
||||||
- name: Release
|
- name: Release
|
||||||
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
|
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
|
||||||
uses: ncipollo/release-action@v1.11.0
|
uses: ncipollo/release-action@v1.11.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user