Skip to content

Commit

Permalink
ci: remove left-over keys cache
Browse files Browse the repository at this point in the history
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Apr 9, 2024
1 parent 1039f1c commit dd211f9
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/update-mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,14 +54,6 @@ jobs:
make download -j8
find dl -size -1024c -exec rm -f {} \;
- name: Fetch Cached Uploader Keys
uses: actions/cache@v4
with:
path: "uploader-keys"
key: immortalwrt-mirror-uploader-${{ github.run_id }}
restore-keys: |
immortalwrt-mirror-uploader-
- name: Upload Files to ImmortalWrt Download Server
env:
RSYNC_ADDR: ${{ secrets.RSYNC_ADDR }}
Expand Down

0 comments on commit dd211f9

Please sign in to comment.