From 64a96747be148e389c9d8d659cfbb9b371e858ff Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Fri, 7 Feb 2025 08:16:01 -0600 Subject: [PATCH] 20250207.081601 --- .gitea/workflows/main.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index a163afe..87b0d62 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -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