final test

This commit is contained in:
Evorp
2025-12-17 14:22:11 -08:00
parent fd96b003f9
commit 06bc67cdfb

View File

@@ -15,7 +15,7 @@ jobs:
ssh-private-key: ${{ secrets.VPS_SSH_KEY }} ssh-private-key: ${{ secrets.VPS_SSH_KEY }}
# Saves the branch files on the runner # Saves the branch files on the runner
- name: Checkout - name: Get deployed branch
uses: actions/checkout@v6 uses: actions/checkout@v6
with: with:
fetch-depth: 0 fetch-depth: 0
@@ -23,7 +23,7 @@ jobs:
# 1 - zips the pack # 1 - zips the pack
# 2 - creates subdirectories (rsync doesn't always do that) # 2 - creates subdirectories (rsync doesn't always do that)
# 3 - transfers file to server # 3 - transfers file to server
- name: "Remote Upload" - name: "Zip and upload pack"
run: | run: |
echo "Creating resource pack zip..." echo "Creating resource pack zip..."