Skip to content

Commit 32333a1

Browse files
committed
#24, #25, Presets, Defaults, Utils.getSetting
- #24: Fix error when challenge tracker flags are missing. - #25: Fix defaults overriding outerTotal and innerTotal arguments. - Presets: Add presets folder with ready-made challenge tracker images. - Defaults: Define defaults within ChallengeTrackerSettings. - Utils.getSetting: Add function to handle missing settings.
1 parent dc2d672 commit 32333a1

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+10015
-102
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ jobs:
2424
env:
2525
version: ${{steps.get_version.outputs.version-without-v}}
2626
url: https://github.com/${{github.repository}}
27-
manifest: https://github.com/${{github.repository}}/releases/latest/download/module.json
27+
manifest: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.json
2828
download: https://github.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
2929

3030
# Create a zip file with all files required by the module to add to the release
31-
- run: zip -r ./module.zip module.json README.md LICENSE styles/ scripts/ templates/ languages/
31+
- run: zip -r ./module.zip module.json README.md LICENSE styles/ scripts/ templates/ languages/ presets/
3232

3333
# Create a release for this specific version
3434
- name: Update Release with Files
426 KB
Loading
27.3 KB
Loading
22.4 KB
Loading
28.1 KB
Loading
27.7 KB
Loading
33.2 KB
Loading
22.4 KB
Loading
29.6 KB
Loading
27.7 KB
Loading

0 commit comments

Comments
 (0)