fixed workflow again
All checks were successful
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 3s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 14:46:12 -05:00
parent 7d65486ccd
commit 75e6c6e6fc
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -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