Compare commits

...

2 Commits

Author SHA1 Message Date
0e9d62ccd0 Wed Feb 5 15:55:06 CST 2025
All checks were successful
Release Creation / build (release) Successful in 24s
2025-02-05 15:55:06 -06:00
cc03fe3fe1 Wed Feb 5 15:49:16 CST 2025
Some checks failed
Release Creation / build (release) Has been cancelled
2025-02-05 15:49:16 -06:00
2 changed files with 3 additions and 1 deletions

View File

@@ -18,6 +18,8 @@ jobs:
- run: echo ${{ github.repository }}
- run: echo ${{ gitea.repository }}
- run: echo ${{ github.event.release.tag_name }}
- run: echo ${{ secrets.GITHUB_TOKEN }}
- run: echo ${{ github.event.release.name }}
# Substitute the Manifest and Download URLs in the module.json
- name: Substitute Manifest and Download Links For Versioned Ones
@@ -32,7 +34,7 @@ jobs:
download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
# Create a zip file with all files required by the module to add to the release
- run: zip -r ./module.zip demo.md
- run: zip -r ./module.zip ./module.zip main.js module.json
# Create a release for this specific version
- name: Update Release with Files

0
src/main.js Normal file
View File