Compare commits
1 Commits
20250207.0
...
20250207.0
| Author | SHA1 | Date | |
|---|---|---|---|
|
64a96747be
|
@@ -29,9 +29,7 @@ jobs:
|
|||||||
download: https://gitea.ascorrea.com/${{github.repository}}/releases/download/${{github.event.release.tag_name}}/module.zip
|
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
|
# 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: zip -r ./module.zip module.json src/*
|
||||||
- run: echo "Files- $(ls -la ${{ github.workspace }})"
|
|
||||||
- run: echo "secret- `${{ secrets.TEST }}`"
|
|
||||||
|
|
||||||
# Create a release for this specific version
|
# Create a release for this specific version
|
||||||
- name: Update Release with Files
|
- name: Update Release with Files
|
||||||
|
|||||||
Reference in New Issue
Block a user