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