From eb64e8798e448454e512d67ca930b07086321192 Mon Sep 17 00:00:00 2001 From: p4skal Date: Fri, 18 Mar 2022 13:19:27 +0400 Subject: [PATCH] Fix ci upload release action --- .github/workflows/main.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 8b22a0e..d294fc8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -31,11 +31,13 @@ jobs: draft: false prerelease: true - name: Upload Package to Release - uses: AButler/upload-release-assets@v2.0 + uses: svenstaro/upload-release-action@v2 with: - files: '*.tgz' - repo-token: ${{ secrets.GITHUB_TOKEN }} - release-tag: ${{ github.ref }} + repo_token: ${{ secrets.GITHUB_TOKEN }} + file: '*.tgz' + tag: ${{ github.ref }} + overwrite: true + file_glob: true - name: Upload Index to Release uses: actions/upload-release-asset@v1 env: