added verbose arguments to all of the export workflow copying steps
All checks were successful
Actions / Build Documentation (push) Successful in 15s
Actions / Build ATLauncher Export File (push) Successful in 3s
Actions / Build Prism Launcher Export File (push) Successful in 4s

This commit is contained in:
SeaswimmerTheFsh 2024-02-09 13:24:49 -05:00
parent 2cce2541cf
commit 9ab79e7609
Signed by: cswimr
GPG key ID: B8953EC01E5C4063

View file

@ -54,9 +54,9 @@ jobs:
- name: Copy export files - name: Copy export files
run: | run: |
mkdir -p /export/.minecraft mkdir -vp /export/.minecraft
cp -rT ./build/prism /export cp -vrT ./build/prism /export
cp ./unsup.ini /export/.minecraft/ cp -v ./unsup.ini /export/.minecraft/
- name: Upload export file - name: Upload export file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3
@ -73,8 +73,8 @@ jobs:
- name: Copy export files - name: Copy export files
run: | run: |
cp -rT ./build/atlauncher /export cp -vrT ./build/atlauncher /export
cp -p ./unsup.ini /export/.minecraft/ cp -vp ./unsup.ini /export/.minecraft/
- name: Upload export file - name: Upload export file
uses: actions/upload-artifact@v3 uses: actions/upload-artifact@v3