mirror of
https://github.com/ivabus/pantry
synced 2024-11-22 08:25:07 +03:00
Fix pantry.tgz upload
This commit is contained in:
parent
76fb6f3d5b
commit
42416b800c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/cd.yml
vendored
6
.github/workflows/cd.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue