We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e9057d commit 0ad8e33Copy full SHA for 0ad8e33
.github/workflows/update-dumps.yml
@@ -397,6 +397,7 @@ jobs:
397
path: artifacts
398
- name: Organize dump outputs and stage changes
399
run: |
400
+ sudo apt install -y zipcmp
401
declare -A files=(
402
["artifacts/itemfinder/items-imgs.zip"]="finders/items/items-imgs.zip"
403
["artifacts/itemfinder/id.txt"]="finders/items/data/id.txt"
@@ -432,7 +433,7 @@ jobs:
432
433
git checkout -b $BRANCH_NAME
434
git commit -m "Update cache dumps to version ${{ inputs.cache_version }}"
435
- git push origin $BRANCH_NAME --force-with-lease
436
+ git push origin $BRANCH_NAME --force
437
438
echo "Changes committed and pushed to $BRANCH_NAME."
439
echo "changed=true" >> $GITHUB_OUTPUT
0 commit comments