Skip to content

Commit

Permalink
Merge pull request #4409 from AenBleidd/vko_fix_maintenance_script
Browse files Browse the repository at this point in the history
[CI] Fix target folder used by s3 maintenance script
  • Loading branch information
davidpanderson authored Jun 25, 2021
2 parents 8ce0cf5 + 4f5142e commit ce53711
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maintenance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v2
with:
fetch-depth: 2

- name: Configure Python
run: |
pip install boto3
Expand All @@ -26,4 +26,4 @@ jobs:
ACCESS_KEY: ${{ secrets.S3_ACCESS_KEY }}
SECRET_KEY: ${{ secrets.S3_SECRET_KEY }}
run: |
python ./deploy/cleanup_vcpkg_archive_cache.py ./ "edu.berkeley.boinc.github.actions.build.vcpkg.binary.cache" "$ACCESS_KEY" "$SECRET_KEY"
python ./deploy/cleanup_vcpkg_archive_cache.py ./vcpkgcache "edu.berkeley.boinc.github.actions.build.vcpkg.binary.cache" "$ACCESS_KEY" "$SECRET_KEY"

0 comments on commit ce53711

Please sign in to comment.