diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index e2567f3d..bc81c5ee 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -4,7 +4,9 @@ run-name: "cd: ${{ github.event.head_commit.message }}" on: push: branches: main - paths: projects/**/* + paths: + - projects/**/* + - .github/workflows/cd.yml jobs: ingest: @@ -46,7 +48,7 @@ jobs: aws-region: us-east-1 - 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: aws s3 cp ./pantry.tgz