remove space from export name for prism launcher
This commit is contained in:
parent
247e596b36
commit
a3b82f3967
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ jobs:
|
||||||
- name: Upload export file
|
- name: Upload export file
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Prism Launcher
|
name: PrismLauncher
|
||||||
path: /export/
|
path: /export/
|
||||||
|
|
||||||
Build ATLauncher Export:
|
Build ATLauncher Export:
|
||||||
|
|
Reference in a new issue