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
|
||||
with:
|
||||
name: Prism Launcher
|
||||
path: /export
|
||||
path: /export/
|
||||
|
||||
Build ATLauncher Export:
|
||||
runs-on: docker
|
||||
|
@ -37,4 +37,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ATLauncher
|
||||
path: /export
|
||||
path: /export/
|
||||
|
|
Reference in a new issue