From d131cc0dd19784338435cd844074e095ec766d20 Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:02:13 +0700 Subject: [PATCH] fix: github test release --- .github/workflows/release.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 50bc128..a05e050 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,8 @@ jobs: - name: Upload Artifacts to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: artifacts/build.zip + artifacts: artifacts + name: build.zip allowUpdates: true omitBodyDuringUpdate: true omitDraftDuringUpdate: true