Skip to content

Commit 30797f0

Browse files
committed
Update hash-files.yml
1 parent ef3801f commit 30797f0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/hash-files.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,9 +66,8 @@ jobs:
6666
cd ./wasp-data
6767
git config --global user.name "Wasp Bot"
6868
git config --global user.email "[email protected]"
69-
if [[ -n "$(git status --porcelain finders/items/data/hash.txt finders/items/masks.zip jsons/gear.json '*.hash')" ]]; then
69+
if [[ -n "$(git status --porcelain finders/items/data/hash.txt jsons/gear.json '*.hash')" ]]; then
7070
git add finders/items/data/hash.txt
71-
git add finders/items/masks.zip
7271
git add jsons/gear.json
7372
git add '*.hash'
7473
CURRENT_DATE=$(date +'%Y.%m.%d')

0 commit comments

Comments
 (0)