mirror of
https://github.com/gkd-kit/gkd.git
synced 2024-11-16 11:42:22 +08:00
fix(actions): download-artifact
This commit is contained in:
parent
78db44c75c
commit
e86258e74f
3
.github/workflows/Build-Release.yml
vendored
3
.github/workflows/Build-Release.yml
vendored
|
@ -45,6 +45,9 @@ jobs:
|
|||
- uses: actions/download-artifact@v3
|
||||
with:
|
||||
name: outputs
|
||||
path: outputs
|
||||
|
||||
- run: ls -R
|
||||
|
||||
- id: create_release
|
||||
uses: actions/create-release@v1
|
||||
|
|
Loading…
Reference in New Issue
Block a user