fix(workflow): nightly cache

This commit is contained in:
源文雨 2024-05-30 16:52:44 +09:00
parent fdb291d1d7
commit 018f6c4008

View File

@ -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/