Fix pantry.tgz upload

This commit is contained in:
Max Howell 2024-02-10 09:17:47 -05:00
parent 76fb6f3d5b
commit 42416b800c
No known key found for this signature in database
GPG key ID: 741BB84EF5BB9EEC

View file

@ -4,7 +4,9 @@ run-name: "cd: ${{ github.event.head_commit.message }}"
on: on:
push: push:
branches: main branches: main
paths: projects/**/* paths:
- projects/**/*
- .github/workflows/cd.yml
jobs: jobs:
ingest: ingest:
@ -46,7 +48,7 @@ jobs:
aws-region: us-east-1 aws-region: us-east-1
- uses: actions/checkout@v4 - uses: actions/checkout@v4
- run: find . -not -name package.yml -delete - run: find . -type f -not -name package.yml -delete -o -type l -delete
- run: tar -czf pantry.tgz . - run: tar -czf pantry.tgz .
- run: aws s3 cp - run: aws s3 cp
./pantry.tgz ./pantry.tgz