Skip to content

Commit

Permalink
Actions changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bubundas17 committed Nov 27, 2023
1 parent febe35f commit 7bff32c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand Down

0 comments on commit 7bff32c

Please sign in to comment.