From 622feb8f2e27b97504b17d8004e66a2af3b347f9 Mon Sep 17 00:00:00 2001 From: Mr_Purple_666 Date: Sat, 13 May 2023 15:47:44 -0300 Subject: [PATCH] Bump zip version in CI --- .github/workflows/turnip_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/turnip_ci.yml b/.github/workflows/turnip_ci.yml index 2ee91dc..da48900 100644 --- a/.github/workflows/turnip_ci.yml +++ b/.github/workflows/turnip_ci.yml @@ -24,5 +24,5 @@ jobs: - name: Upload a Build Artifact uses: actions/upload-artifact@v3.1.0 with: - name: turnip-23.0.0-T-Alpha_MrPurple.adpkg.zip - path: turnip_workdir/turnip-23.0.0-T-Alpha_MrPurple.adpkg.zip + name: turnip-23.2.0-T-Alpha_MrPurple.adpkg.zip + path: turnip_workdir/turnip-23.2.0-T-Alpha_MrPurple.adpkg.zip