From ce262e02f01a491bd399f4b988243bfed7cb0229 Mon Sep 17 00:00:00 2001 From: "Jibon L. Costa" Date: Mon, 4 Nov 2024 00:47:34 +0100 Subject: [PATCH] fix: upload error --- .github/workflows/release-client.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release-client.yml b/.github/workflows/release-client.yml index c6aca1db..73318911 100644 --- a/.github/workflows/release-client.yml +++ b/.github/workflows/release-client.yml @@ -50,10 +50,8 @@ jobs: with: name: upload client path: tmp/client.zip - - name: Upload to release + - name: Upload Release Artifact if: ${{ steps.release.outputs.release_created }} - uses: JasonEtco/upload-to-release@master - with: - args: tmp/client.zip application/zip env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} + run: gh release upload ${{ steps.release.outputs.tag_name }} tmp/client.zip