skip dist/config.yaml

This commit is contained in:
techknowlogick 2023-02-26 15:40:22 +08:00
parent c9318f08e2
commit 8fcd56dc7b

View File

@ -27,7 +27,7 @@ jobs:
run: |
apt update -y && apt install -y python python3-pip
pip install awscli
rm dist/artifacts.json dist/metadata.json
rm dist/artifacts.json dist/metadata.json dist/config.yaml
aws s3 sync dist/ s3://${{ secrets.S3_BUCKET }}/act_runner/main/
env:
AWS_REGION: ${{ secrets.AWS_REGION }}