From d6631280e5ebdea89bf3867ac355af17f50b40fe Mon Sep 17 00:00:00 2001 From: Le Tan Date: Mon, 3 Oct 2022 17:23:19 +0800 Subject: [PATCH] [Release] test CI --- .github/workflows/ci-linux.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci-linux.yml b/.github/workflows/ci-linux.yml index 5b4fea30..0fa0b3fc 100644 --- a/.github/workflows/ci-linux.yml +++ b/.github/workflows/ci-linux.yml @@ -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}} +