[Release] test CI 3

This commit is contained in:
Le Tan 2022-10-03 20:00:00 +08:00
parent e87be24e5d
commit 7e5ea84f37

View File

@ -154,6 +154,7 @@ jobs:
with: with:
token: ${{ secrets.GITHUB_TOKEN }} token: ${{ secrets.GITHUB_TOKEN }}
artifacts: ${{runner.workspace}}/build/vnote-linux-x64.AppImage artifacts: ${{runner.workspace}}/build/vnote-linux-x64.AppImage
commit: $${github.sha}} commit: master
tag: v${{env.VNOTE_VER}} tag: v${{env.VNOTE_VER}}
allowUpdates: true