please upload properly
This commit is contained in:
parent
c6d1f562f4
commit
b93870086c
1 changed files with 2 additions and 2 deletions
|
@ -18,7 +18,7 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: Prism Launcher
|
name: Prism Launcher
|
||||||
path: /export
|
path: /export/
|
||||||
|
|
||||||
Build ATLauncher Export:
|
Build ATLauncher Export:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
|
@ -37,4 +37,4 @@ jobs:
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ATLauncher
|
name: ATLauncher
|
||||||
path: /export
|
path: /export/
|
||||||
|
|
Reference in a new issue