浏览代码

[Release] test CI 3

Le Tan 3 年之前
父节点
当前提交
7e5ea84f37
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      .github/workflows/ci-linux.yml

+ 2 - 1
.github/workflows/ci-linux.yml

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