fixed workflow again
This commit is contained in:
parent
7d65486ccd
commit
75e6c6e6fc
1 changed files with 2 additions and 2 deletions
|
@ -19,7 +19,7 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: Prism Launcher.zip
|
||||
path: /export/export.zip
|
||||
path: export.zip
|
||||
|
||||
Build ATLauncher Export:
|
||||
runs-on: docker
|
||||
|
@ -39,4 +39,4 @@ jobs:
|
|||
uses: actions/upload-artifact@v3
|
||||
with:
|
||||
name: ATLauncher.zip
|
||||
path: /export/export.zip
|
||||
path: export.zip
|
||||
|
|
Reference in a new issue