Skip to content
This repository has been archived by the owner on Aug 31, 2024. It is now read-only.

Commit

Permalink
ci: 調整 s3 覆蓋下載規則
Browse files Browse the repository at this point in the history
  • Loading branch information
xMikux committed Feb 26, 2023
1 parent 85942f8 commit d5bdb13
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ResourcePacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
run: .github/scripts/override_mods.sh

- name: Download override cache from s3
if: github.event_name != 'pull_request'
uses: Docker-Collection/docker-aws-s3-action@main
with:
aws_s3_bucket: ${{ secrets.AWS_S3_BUCKET }}
Expand All @@ -65,6 +66,7 @@ jobs:
aws_command: "cp"

- name: Extract caches
if: github.event_name != 'pull_request'
run: |
unzip Override-Cache.zip
rm Override-Cache.zip
Expand Down

0 comments on commit d5bdb13

Please sign in to comment.