mirror of
https://github.com/FloatTech/ZeroBot-Plugin.git
synced 2025-12-18 20:50:12 +08:00
fix(workflow): nightly cache
This commit is contained in:
parent
fdb291d1d7
commit
018f6c4008
3
.github/workflows/nightly.yml
vendored
3
.github/workflows/nightly.yml
vendored
@ -31,6 +31,7 @@ jobs:
|
||||
go-version: '1.20'
|
||||
- name: Cache downloaded module
|
||||
uses: actions/cache@master
|
||||
continue-on-error: true
|
||||
with:
|
||||
path: |
|
||||
~/.cache/go-build
|
||||
@ -52,4 +53,4 @@ jobs:
|
||||
if: ${{ !github.head_ref }}
|
||||
with:
|
||||
name: ${{ matrix.goos }}_${{ matrix.goarch }}
|
||||
path: output/
|
||||
path: output/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user