Skip to content

Commit

Permalink
Change to include THIRDPARTY_LICENSE
Browse files Browse the repository at this point in the history
  • Loading branch information
noriokun4649 committed Aug 9, 2024
1 parent 557ebe1 commit 94e8769
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/AutoBuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
Copy-Item -Path TVTComment/Data/* -Destination Asset/
Copy-Item -Path CHANGELOG.md -Destination Asset/misc/CHANGELOG.txt
Copy-Item -Path LICENSE -Destination Asset/misc/LICENSE.txt
Copy-Item -Path THIRDPARTY_LICENSE -Destination Asset/misc/THIRDPARTY_LICENSE.txt
Copy-Item -Path README.md -Destination "Asset/misc/README edit noriokun4649.txt"
- name: Upload asset to Artifacts (TVTComment.exe)
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/AutoBuildAndRelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ jobs:
Copy-Item -Path TVTComment/Data/* -Destination Asset/
Copy-Item -Path CHANGELOG.md -Destination Asset/misc/CHANGELOG.txt
Copy-Item -Path LICENSE -Destination Asset/misc/LICENSE.txt
Copy-Item -Path THIRDPARTY_LICENSE -Destination Asset/misc/THIRDPARTY_LICENSE.txt
Copy-Item -Path README.md -Destination "Asset/misc/README edit noriokun4649.txt"
- name: Before CHANGELOG get
Expand Down

0 comments on commit 94e8769

Please sign in to comment.