Skip to content

Commit

Permalink
mkdir /home/runner/work/_temp/fakedir #92 (comment) #85
Browse files Browse the repository at this point in the history
  • Loading branch information
nelsonic committed Jan 25, 2024
1 parent 141c18d commit 042bbd7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ jobs:
chmod 777 /home/runner/work/_temp/my_dir
mkdir /home/runner/work/_temp/unzipped
chmod 777 /home/runner/work/_temp/unzipped
# https://github.com/dwyl/aws-lambda-deploy/pull/92#issuecomment-1910566973
mkdir /home/runner/work/_temp/fakedir
chmod 777 /home/runner/work/_temp/fakedir
echo "export HELLO=world" >> /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/.env
cat /home/runner/work/aws-lambda-deploy/aws-lambda-deploy/.env
Expand Down

0 comments on commit 042bbd7

Please sign in to comment.