From adbff3310b73ae7809212bdccbe45584f51516bb Mon Sep 17 00:00:00 2001 From: Hendra Gunawan <48410066+JadlionHD@users.noreply.github.com> Date: Fri, 6 Sep 2024 02:11:55 +0700 Subject: [PATCH] fix: test github artifact --- .github/workflows/build.yml | 2 +- .github/workflows/release.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f117d15..9b1203a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,5 +36,5 @@ jobs: - name: Upload Artifacts uses: actions/upload-artifact@v4 with: - name: build + name: build.zip path: dist diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 34d2aa7..a75a8a1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: - name: Download Artifacts uses: actions/download-artifact@v4 with: - name: build + name: build.zip - name: Upload Artifacts to GitHub Release uses: ncipollo/release-action@v1