Skip to content

Commit

Permalink
chore: 移动nuspec
Browse files Browse the repository at this point in the history
  • Loading branch information
MistEO committed Oct 23, 2023
1 parent e71c09d commit 9b10d25
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ jobs:
path: assets

- name: Nuget Pack
working-directory: pkgs/nupkgs
working-directory: tools/nupkgs
run: |
tag=${{ needs.meta.outputs.tag }}
nuget pack Maa.Framework.Runtimes.nuspec \
Expand All @@ -313,7 +313,7 @@ jobs:
if: always()
with:
name: MAA-nupkgs
path: "pkgs/nupkgs/*.nupkg"
path: "tools/nupkgs/*.nupkg"

release:
if: ${{ needs.meta.outputs.is_release == 'true' }}
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 9b10d25

Please sign in to comment.