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
|
||||
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
|
||||
|
|
Reference in a new issue