mirror of https://github.com/Xhofe/alist
💚 fix every step must define a `uses` or `run` key
parent
e935d09cfe
commit
d73854afb5
|
@ -58,7 +58,7 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
- uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: artifact
|
name: artifact
|
||||||
path: alist/build
|
path: alist/build
|
||||||
|
|
Loading…
Reference in New Issue