mirror of
https://gitea.com/gitea/act_runner.git
synced 2024-11-10 04:37:22 +01:00
skip dist/config.yaml
This commit is contained in:
parent
c9318f08e2
commit
8fcd56dc7b
@ -27,7 +27,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
apt update -y && apt install -y python python3-pip
|
apt update -y && apt install -y python python3-pip
|
||||||
pip install awscli
|
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/
|
aws s3 sync dist/ s3://${{ secrets.S3_BUCKET }}/act_runner/main/
|
||||||
env:
|
env:
|
||||||
AWS_REGION: ${{ secrets.AWS_REGION }}
|
AWS_REGION: ${{ secrets.AWS_REGION }}
|
||||||
|
Loading…
Reference in New Issue
Block a user