From 06bc67cdfb155cd132bff62e0d255e520e7bb2b0 Mon Sep 17 00:00:00 2001 From: Evorp <75297863+3vorp@users.noreply.github.com> Date: Wed, 17 Dec 2025 14:22:11 -0800 Subject: [PATCH] final test --- .github/workflows/autozip-pack.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/autozip-pack.yml b/.github/workflows/autozip-pack.yml index 6358073f9..d529348e3 100644 --- a/.github/workflows/autozip-pack.yml +++ b/.github/workflows/autozip-pack.yml @@ -15,7 +15,7 @@ jobs: ssh-private-key: ${{ secrets.VPS_SSH_KEY }} # Saves the branch files on the runner - - name: Checkout + - name: Get deployed branch uses: actions/checkout@v6 with: fetch-depth: 0 @@ -23,7 +23,7 @@ jobs: # 1 - zips the pack # 2 - creates subdirectories (rsync doesn't always do that) # 3 - transfers file to server - - name: "Remote Upload" + - name: "Zip and upload pack" run: | echo "Creating resource pack zip..."