We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 419baa8 commit efccaa4Copy full SHA for efccaa4
1 file changed
.github/workflows/build.yaml
@@ -103,7 +103,7 @@ jobs:
103
npm install && node create_mipmap_images.js "${{ inputs.icon_url }}"
104
fi
105
- 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
+ run: curl "https://pgl.yoyo.org/adservers/serverlist.php?hostformat=plain&showintro=1&mimetype=plaintext" -o app/src/main/assets/adblock.txt --create-dirs
107
- name: Set up JDK 17
108
uses: actions/setup-java@v4
109
with:
0 commit comments