From 7e1acfa57de6a53d1edd488c9ce2304816577e36 Mon Sep 17 00:00:00 2001 From: Sean Esopenko Date: Sat, 28 Oct 2023 10:58:15 -0600 Subject: [PATCH] Unify export name in project and github action --- .github/workflows/mainline.yml | 4 ++-- export_presets.cfg | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mainline.yml b/.github/workflows/mainline.yml index 8becaa6..61755d9 100644 --- a/.github/workflows/mainline.yml +++ b/.github/workflows/mainline.yml @@ -47,5 +47,5 @@ jobs: id: upload_win_artifact uses: actions/upload-artifact@v3 with: - name: ${{ steps.tag_version.outputs.TAG_VERSION }}-win - path: ${{ steps.export.outputs.archive_directory }}/win.zip \ No newline at end of file + name: ${{ steps.tag_version.outputs.TAG_VERSION }}-Windows + path: ${{ steps.export.outputs.archive_directory }}/Windows.zip \ No newline at end of file diff --git a/export_presets.cfg b/export_presets.cfg index 7ff15b2..d313d1b 100644 --- a/export_presets.cfg +++ b/export_presets.cfg @@ -1,12 +1,12 @@ [preset.0] -name="Windows Desktop" +name="Windows" platform="Windows Desktop" runnable=true dedicated_server=false custom_features="" export_filter="all_resources" -include_filter="" +include_filter="docs/*,export/*,.git/*" exclude_filter="" export_path="export/windows/eso_comic.exe" encryption_include_filters=""