Skip to content

Commit a1e2ebf

Browse files
author
Shawn Goulet
authored
Update to 1.17. (#12)
1 parent dbdbb3f commit a1e2ebf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# IN OTHER WORDS, IT COULD BREAK AT ANY TIME.
1717
# THERE IS NO WARRANTY OR GUARANTEE THAT THIS COMMAND WILL WORK IN THE FUTURE.
1818
# ONLY USE THIS COMMAND IF YOU UNDERSTAND HOW IT IS BEING USED AND ARE COMFORTABLE FIXING IT IF IT BREAKS:
19-
run: curl -o exb.zip "$(curl -s 'https://downloads.arcgis.com/dms/rest/download/secured/arcgis-experience-builder-1.16.zip?f=json&folder=software%2FExperienceBuilder%2F1.16' | python3 -c "import sys, json; print(json.load(sys.stdin)['url'])")"
19+
run: curl -o exb.zip "$(curl -s 'https://downloads.arcgis.com/dms/rest/download/secured/arcgis-experience-builder-1.17.zip?f=json&folder=software%2FExperienceBuilder%2F1.17' | python3 -c "import sys, json; print(json.load(sys.stdin)['url'])")"
2020
- name: Unzip Experience Builder
2121
run: unzip -q exb.zip -d exb
2222
- name: Copy Custom Widgets

0 commit comments

Comments
 (0)