Skip to content

Commit

Permalink
Unify export name in project and github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sesopenko committed Oct 28, 2023
1 parent 1673ccd commit 7e1acfa
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mainline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
name: ${{ steps.tag_version.outputs.TAG_VERSION }}-Windows
path: ${{ steps.export.outputs.archive_directory }}/Windows.zip
4 changes: 2 additions & 2 deletions export_presets.cfg
Original file line number Diff line number Diff line change
@@ -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=""
Expand Down

0 comments on commit 7e1acfa

Please sign in to comment.