From 7bff32c5987e7d003d2ad3ee1ba3e7a74575b820 Mon Sep 17 00:00:00 2001 From: Bubun Das Date: Mon, 27 Nov 2023 04:48:50 +0000 Subject: [PATCH] Actions changes --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 240a6f6..d5677fd 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -23,10 +23,10 @@ jobs: # Create a zip archive named "archive.zip" containing the "scalewithus" folder cd /tmp/ - zip -r scalewithus.zip /tmp/scalewithus/ + zip -r scalewithus.zip /tmp/scalewithus # Optionally, you can move the archive to a specific location or upload it as an artifact - mv scalewithus.zip /tmp/ # Move the archive to a specific location + # mv scalewithus.zip /tmp/ # Move the archive to a specific location # echo "::set-output name=zip-path::/tmp/scalewithus/archive.zip" # Set an output variable to pass the zip file path to the next step working-directory: ${{ github.workspace }}