Skip to content

Commit

Permalink
adding var
Browse files Browse the repository at this point in the history
  • Loading branch information
chkp-rotemben committed Jul 6, 2023
1 parent 2a1d92e commit efefbec
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upload_zip_file.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,7 @@ jobs:
pip install -r requirements.txt --target=$uploadFolder/.python_packages/lib/site-packages
cd $uploadFolder
zip -r9 $pwd/cloud-bots-azure.zip .
echo "temp 1"
cd $pwd
echo "temp 2"
aws s3 cp $pwd/cloud-bots-azure.zip {{secrets.FILELOCATION}} --acl public-read

0 comments on commit efefbec

Please sign in to comment.