From 78e593fbca4d55c8186f4e185bc03bcce3068a0a Mon Sep 17 00:00:00 2001 From: Anthony Correa Date: Thu, 6 Feb 2025 18:59:00 -0600 Subject: [PATCH] Thu Feb 6 18:59:00 CST 2025 --- .gitea/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/main.yml b/.gitea/workflows/main.yml index c944587..ac376e3 100644 --- a/.gitea/workflows/main.yml +++ b/.gitea/workflows/main.yml @@ -30,8 +30,8 @@ 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 id: create_version_release