mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2024-11-21 20:27:17 +03:00
skip dist/config.yaml
This commit is contained in:
parent
c9318f08e2
commit
8fcd56dc7b
1 changed files with 1 additions and 1 deletions
|
@ -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 }}
|
||||
|
|
Loading…
Reference in a new issue