|
@@ -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
|
|
|
|
|