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 9954577 commit 7b39403
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 @@ -26,12 +26,12 @@ jobs:
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
mv scalewithus.zip /tmp/scalewithus # 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 }}

- name: Upload Zip Artifact
uses: actions/upload-artifact@v2
with:
title: scalewithus
- files: [ /tmp/scalewithus.zip ]
name: Scalewithus WHMCS Module
path: /tmp/scalewithus/scalewithus.zip

0 comments on commit 7b39403

Please sign in to comment.