fixed filenames of built exports
This commit is contained in:
parent
75e6c6e6fc
commit
a16d2ce223
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ jobs:
|
|||
- name: Upload export file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Prism Launcher.zip
|
||||
name: Prism Launcher
|
||||
path: export.zip
|
||||
|
||||
Build ATLauncher Export:
|
||||
|
@ -38,5 +38,5 @@ jobs:
|
|||
- name: Upload export file
|
||||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ATLauncher.zip
|
||||
name: ATLauncher
|
||||
path: export.zip
|
||||
|
|
Reference in a new issue