mirror of https://github.com/BOINC/boinc.git
[CI] Fix target folder used by s3 maintenance script
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
a39acf6c96
commit
4f5142e460
|
@ -15,7 +15,7 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
fetch-depth: 2
|
||||
|
||||
|
||||
- name: Configure Python
|
||||
run: |
|
||||
pip install boto3
|
||||
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue