Skip to content

Commit c381abb

Browse files
committed
fix path
1 parent f43252e commit c381abb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appfilter_auto_updater.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55

66
env:
7-
UPDATEABLE_URL: https://arcticons.com/assets/updatable.txt # The URL to the updatable.txt file, change if necessary
7+
UPDATEABLE_URL: https://arcticons.com/assets/updatable.json # The URL to the updatable.txt file, change if necessary
88
PACKAGE_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/packageblacklist.txt # The path to the package blacklist file, change if necessary
99
DRAWABLE_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/drawableblacklist.txt # The path to the drawable blacklist file, change if necessary
1010
COMPONENT_BLACKLIST_PATH: .github/workflows/appfilter_auto_updater/blacklists/componentblacklist.txt # The path to the component blacklist file, change if necessary

0 commit comments

Comments
 (0)