Skip to content

Commit efccaa4

Browse files
committed
bugfix
1 parent 419baa8 commit efccaa4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
npm install && node create_mipmap_images.js "${{ inputs.icon_url }}"
104104
fi
105105
- name: Download AdBlock List
106-
run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt
106+
run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt --create-dirs
107107
- name: Set up JDK 17
108108
uses: actions/setup-java@v4
109109
with:

0 commit comments

Comments
 (0)