fixed filenames of built exports
All checks were successful
Build Exported Instance Files / Build Prism Launcher Export (push) Successful in 4s
Build Exported Instance Files / Build ATLauncher Export (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-05 16:24:13 -05:00
parent 75e6c6e6fc
commit a16d2ce223
Signed by: cswimr
GPG key ID: 1EBC234EEDA901AE

View file

@ -18,7 +18,7 @@ jobs:
- name: Upload export file - name: Upload export file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: Prism Launcher.zip name: Prism Launcher
path: export.zip path: export.zip
Build ATLauncher Export: Build ATLauncher Export:
@ -38,5 +38,5 @@ jobs:
- name: Upload export file - name: Upload export file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
with: with:
name: ATLauncher.zip name: ATLauncher
path: export.zip path: export.zip