Skip to content

Commit

Permalink
Workflow tweaked
Browse files Browse the repository at this point in the history
  • Loading branch information
bubundas17 committed Nov 27, 2023
1 parent 7be9af5 commit 9ba3193
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
# Create a zip archive named "archive.zip" containing the "scalewithus" folder
cd /tmp/
zip -r scalewithus.zip /tmp/scalewithus
zip -r scalewithus.zip 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
Expand All @@ -33,5 +33,5 @@ jobs:
- name: Upload Zip Artifact
uses: actions/upload-artifact@v2
with:
name: scalewithus.zip
path: /tmp/scalewithus
title: scalewithus
- files: [ /tmp/scalewithus.zip ]

0 comments on commit 9ba3193

Please sign in to comment.