From b9b23054c37c8d9e2f4255fee6e8dab05d5ff66c Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:14:10 +0700 Subject: [PATCH] fix: github test release --- .github/workflows/release.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a05e050..c1e954b 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,10 +23,13 @@ jobs: - name: Display structures run: ls -R + - name: Compress Artifacts + run: zip -r build.zip artifacts + - name: Upload Artifacts to GitHub Release uses: ncipollo/release-action@v1 with: - artifacts: artifacts + artifacts: build.zip name: build.zip allowUpdates: true omitBodyDuringUpdate: true