mirror of
https://github.com/ivabus/pantry
synced 2024-11-10 02:25:18 +03:00
Fix pantry.tgz upload
This commit is contained in:
parent
42416b800c
commit
df74eca47a
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
|
@ -48,8 +48,10 @@ jobs:
|
|||
aws-region: us-east-1
|
||||
|
||||
- uses: actions/checkout@v4
|
||||
- run: find . -type f -not -name package.yml -delete -o -type l -delete
|
||||
- run: tar -czf pantry.tgz .
|
||||
with:
|
||||
path: co
|
||||
- run: find co -type f -not -name package.yml -delete -o -type l -delete
|
||||
- run: tar -C co -czf pantry.tgz .
|
||||
- run: aws s3 cp
|
||||
./pantry.tgz
|
||||
s3://${{ secrets.AWS_S3_BUCKET }}/pantry.tgz
|
||||
|
|
Loading…
Reference in a new issue