Skip to content

Commit

Permalink
ライセンスファイルダウンロードの修正
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 15, 2024
1 parent ec8fc15 commit 019fe1c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,13 +63,14 @@ jobs:
-m -i . \
--include-project-file \
--use-project-assets-json \
--manual-package-information .\manual-package-information.json \
--manual-package-information manual-package-information.json \
-f licenses
- uses: actions/upload-artifact@v3
with:
name: licenses
path: licenses/
build:
needs: license
strategy:
matrix:
self: [true, false]
Expand Down

0 comments on commit 019fe1c

Please sign in to comment.