20250207.081601
All checks were successful
Release Creation / build (release) Successful in 29s

This commit is contained in:
2025-02-07 08:16:01 -06:00
parent 23a208387c
commit 64a96747be

View File

@@ -29,9 +29,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 module.json src
- run: echo "Files- $(ls -la ${{ github.workspace }})"
- run: echo "secret- `${{ secrets.TEST }}`"
- run: zip -r ./module.zip module.json src/*
# Create a release for this specific version
- name: Update Release with Files