Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
chinosk6 committed Dec 21, 2024
1 parent b952aff commit 8aac49f
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ jobs:
run: |
mkdir package
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 All @@ -69,6 +68,8 @@ jobs:
cp resources/text_data_info_i18n_zh_tw.json package/localized_data/config_schema/text_data_info_i18n_zh_tw.json
cp resources/text_data_info_i18n_ja.json package/localized_data/config_schema/text_data_info_i18n_ja.json
cp resources/legend_g_plugin.exe package/legend_g_plugin.exe.autoupdate
cp resources/loader.dll package/loader.dll
cp resources/tlg_starter.exe package/tlg_starter.exe
cp -r resources/eventHelper package/localized_data/eventHelper_examples
- uses: actions/upload-artifact@v4
with:
Expand Down
Binary file modified resources/legend_g_plugin.exe
Binary file not shown.
Binary file added resources/loader.dll
Binary file not shown.
Binary file added resources/tlg_starter.exe
Binary file not shown.

0 comments on commit 8aac49f

Please sign in to comment.