Skip to content

Commit

Permalink
licenseディレクトリにファイルをコピーするためのスクリプトを追加しました
Browse files Browse the repository at this point in the history
  • Loading branch information
Freeesia committed Mar 20, 2024
1 parent 5900cc2 commit 7327bc2
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 @@ -116,9 +116,10 @@ jobs:
steps:
- uses: actions/download-artifact@v4
- run: |
ls -l
for dir in VdLabel-*/; do
base=$(basename "$dir")
cp license/* $dir/license/
cp -r license/* $dir/license/
(cd "$dir" && zip -r "../${base}.zip" .)
done
- uses: softprops/action-gh-release@v2
Expand Down

0 comments on commit 7327bc2

Please sign in to comment.