Thu Feb 6 18:59:00 CST 2025

This commit is contained in:
2025-02-06 18:59:00 -06:00
parent 7a30f53dce
commit 1f0baef443

View File

@@ -30,7 +30,7 @@ jobs:
# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip module.json src
- run: echo "Files: " $(ls *.json)
- run: echo "Files- $(ls *.json)"
# Create a release for this specific version
- name: Update Release with Files