ci: try to fix error of pushing package.

This commit is contained in:
Yaohui Liu 2023-10-25 00:27:51 +08:00
parent 99ecfd3e5b
commit e04c2c51ab
1 changed files with 4 additions and 3 deletions

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: |