From 1ee83e8d03b5fc408c170da986802d9a9ba69598 Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:09:41 +0700 Subject: [PATCH] fix: test github artifact --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index af50bc7..34d2aa7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: - name: Upload Artifacts to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: build + artifacts: build.zip allowUpdates: true omitBodyDuringUpdate: true omitDraftDuringUpdate: true