renamed some steps
This commit is contained in:
parent
9ab79e7609
commit
b498b30efd
1 changed files with 4 additions and 4 deletions
|
@ -49,7 +49,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Copy export files
|
- name: Copy export files
|
||||||
|
@ -58,7 +58,7 @@ jobs:
|
||||||
cp -vrT ./build/prism /export
|
cp -vrT ./build/prism /export
|
||||||
cp -v ./unsup.ini /export/.minecraft/
|
cp -v ./unsup.ini /export/.minecraft/
|
||||||
|
|
||||||
- name: Upload export file
|
- name: Upload export artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: PrismLauncher
|
name: PrismLauncher
|
||||||
|
@ -68,7 +68,7 @@ jobs:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container: catthehacker/ubuntu:act-latest
|
container: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
- name: Checkout
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: Copy export files
|
- name: Copy export files
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
cp -vrT ./build/atlauncher /export
|
cp -vrT ./build/atlauncher /export
|
||||||
cp -vp ./unsup.ini /export/.minecraft/
|
cp -vp ./unsup.ini /export/.minecraft/
|
||||||
|
|
||||||
- name: Upload export file
|
- name: Upload export artifact
|
||||||
uses: actions/upload-artifact@v3
|
uses: actions/upload-artifact@v3
|
||||||
with:
|
with:
|
||||||
name: ATLauncher
|
name: ATLauncher
|
||||||
|
|
Reference in a new issue