renamed some steps
All checks were successful
Actions / Build Documentation (push) Successful in 12s
Actions / Build Prism Launcher Export File (push) Successful in 3s
Actions / Build ATLauncher Export File (push) Successful in 4s

This commit is contained in:
SeaswimmerTheFsh 2024-02-09 13:27:38 -05:00
parent 9ab79e7609
commit b498b30efd
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -49,7 +49,7 @@ jobs:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout Repository
- name: Checkout
uses: actions/checkout@v3
- name: Copy export files
@ -58,7 +58,7 @@ jobs:
cp -vrT ./build/prism /export
cp -v ./unsup.ini /export/.minecraft/
- name: Upload export file
- name: Upload export artifact
uses: actions/upload-artifact@v3
with:
name: PrismLauncher
@ -68,7 +68,7 @@ jobs:
runs-on: docker
container: catthehacker/ubuntu:act-latest
steps:
- name: Checkout Repository
- name: Checkout
uses: actions/checkout@v3
- name: Copy export files
@ -76,7 +76,7 @@ jobs:
cp -vrT ./build/atlauncher /export
cp -vp ./unsup.ini /export/.minecraft/
- name: Upload export file
- name: Upload export artifact
uses: actions/upload-artifact@v3
with:
name: ATLauncher