Skip to content

Commit 0ad8e33

Browse files
committed
install zipcmp and force push branch
1 parent 7e9057d commit 0ad8e33

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/update-dumps.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,6 +397,7 @@ jobs:
397397
path: artifacts
398398
- name: Organize dump outputs and stage changes
399399
run: |
400+
sudo apt install -y zipcmp
400401
declare -A files=(
401402
["artifacts/itemfinder/items-imgs.zip"]="finders/items/items-imgs.zip"
402403
["artifacts/itemfinder/id.txt"]="finders/items/data/id.txt"
@@ -432,7 +433,7 @@ jobs:
432433
git checkout -b $BRANCH_NAME
433434
git commit -m "Update cache dumps to version ${{ inputs.cache_version }}"
434435
435-
git push origin $BRANCH_NAME --force-with-lease
436+
git push origin $BRANCH_NAME --force
436437
437438
echo "Changes committed and pushed to $BRANCH_NAME."
438439
echo "changed=true" >> $GITHUB_OUTPUT

0 commit comments

Comments
 (0)