mirror of
https://github.com/EnixCoda/Gitako.git
synced 2026-03-11 08:54:44 +00:00
build: fix artifact usage
This commit is contained in:
parent
06e39bdb29
commit
fb702853b7
1 changed files with 1 additions and 0 deletions
1
.github/workflows/tests.yml
vendored
1
.github/workflows/tests.yml
vendored
|
|
@ -30,6 +30,7 @@ jobs:
|
|||
uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: dist
|
||||
path: dist
|
||||
|
||||
# Found no way to reuse cache steps
|
||||
- name: Get yarn cache directory path
|
||||
|
|
|
|||
Loading…
Reference in a new issue