Skip to content

Commit

Permalink
Merge pull request #214 from AsakusaRinne/auto_release_ci
Browse files Browse the repository at this point in the history
ci: try to fix error of pushing package.
  • Loading branch information
AsakusaRinne authored Oct 24, 2023
2 parents 31f933a + e04c2c5 commit 3fd1063
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 3fd1063

Please sign in to comment.