From fe28913da328e910242526779ed6bfbecbc23d47 Mon Sep 17 00:00:00 2001 From: skadakar Date: Sat, 17 Aug 2024 14:53:21 +0200 Subject: [PATCH] Update release.yml --- .github/workflows/release.yml | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a74b0cc..fcf330b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,19 +22,12 @@ jobs: output_dir: pdfs build_html: false - - name: Upload artifacts - - uses: actions/upload-artifact@v3 - with: - name: pdfs - path: pdfs - - - name: Create release - uses: Roang-zero1/github-create-release-action@v2 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - name: Upload release artifacts + - uses: Roang-zero1/github-upload-release-artifacts-action@v2 with: args: "dist/bin/ dist/shell/compiled.sh"