mirror of
https://gitee.com/vnotex/vnote.git
synced 2025-07-05 05:49:53 +08:00
[Release] test CI
This commit is contained in:
parent
0da7200898
commit
d6631280e5
6
.github/workflows/ci-linux.yml
vendored
6
.github/workflows/ci-linux.yml
vendored
@ -150,9 +150,11 @@ jobs:
|
||||
|
||||
- name: Release
|
||||
if: github.ref == 'refs/heads/master' && startsWith(github.event.head_commit.message, '[Release]')
|
||||
uses: johnwbyrd/update-release@v1.0.0
|
||||
uses: ncipollo/release-action@v1.11.0
|
||||
with:
|
||||
token: ${{ secrets.GITHUB_TOKEN }}
|
||||
files: ${{runner.workspace}}/build/vnote-linux-x64.AppImage
|
||||
artifacts: ${{runner.workspace}}/build/vnote-linux-x64.AppImage
|
||||
release: Release v${{env.VNOTE_VER}}
|
||||
commit: ${{GITHUB_SHA}}
|
||||
tag: v${{env.VNOTE_VER}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user