Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Jun 1, 2024
1 parent 9e04fba commit 583b50e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- '**.c'
- '**.hpp'
- '**.h'
- '**.yml'
- '.gitmodules'
- '.gitignore'
- '.gitattributes'
Expand All @@ -22,6 +23,7 @@ on:
- '**.c'
- '**.hpp'
- '**.h'
- '**.yml'
- '.gitmodules'
- '.gitignore'
- '.gitattributes'
Expand Down Expand Up @@ -53,7 +55,8 @@ jobs:
- name: prepare-package
run: |
mkdir package
cp build/bin/x64/Release/version.dll package/version.dll
cp build/bin/x64/Release/version.dll package/tlg.dll
cp version/version.dll package/version.dll
cp -r resources/schinese/localized_data package/localized_data
cp resources/config.json package/config.json
mkdir package/localized_data/config_schema
Expand Down
4 changes: 2 additions & 2 deletions version/version.dll
Git LFS file not shown

0 comments on commit 583b50e

Please sign in to comment.