mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +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
|
||||
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user