Răsfoiți Sursa

[Release] test CI

Le Tan 3 ani în urmă
părinte
comite
d6631280e5
1 a modificat fișierele cu 4 adăugiri și 2 ștergeri
  1. 4 2
      .github/workflows/ci-linux.yml

+ 4 - 2
.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/[email protected].0
+        uses: ncipollo/[email protected].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}}
+