Browse Source

ci: try to fix error of pushing package.

tags/v0.6.0
Yaohui Liu 2 years ago
parent
commit
e04c2c51ab
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      .github/workflows/release.yml

+ 4
- 3
.github/workflows/release.yml View File

@@ -15,10 +15,11 @@ jobs:
steps:
- name: Download Artifact
uses: actions/download-artifact@v2
uses: dawidd6/action-download-artifact@v2
with:
name: drop-ci-packages # 要下载的工件的名称
path: . # 工件下载到的路径
name: drop-ci-packages
workflow: release-prepare.yml
branch: master

- name: Push LLamaSharp packages to nuget.org
run: |


Loading…
Cancel
Save