Artifacts: ignoring compression errors

This commit is contained in:
Xargon Wan 2022-05-05 10:22:08 +09:00
parent 28420c6f64
commit 4f2f5db71f

View file

@ -75,7 +75,7 @@ jobs:
# # key: ${{ needs.Job1_-_Prepearing_enviornment.outputs.buildID }}
# - name: Compressing cache
# run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
# run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
# - name: Upload build specific cache
# uses: actions/upload-artifact@v3
@ -135,7 +135,7 @@ jobs:
sudo flatpak-builder --build-only --stop-at=melonds --user --repo=local retrodeck-flatpak net.retrodeck.retrodeck.yml
- name: Compressing cache
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
- name: Upload build specific cache
uses: actions/upload-artifact@v3
@ -173,7 +173,7 @@ jobs:
sudo flatpak-builder --build-only --user --repo=local retrodeck-flatpak net.retrodeck.retrodeck.yml
- name: Compressing cache
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
- name: Upload build specific cache
uses: actions/upload-artifact@v3
@ -221,7 +221,7 @@ jobs:
sudo flatpak-builder --finish-only --user --repo=local retrodeck-flatpak net.retrodeck.retrodeck.yml
- name: Compressing cache
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
- name: Upload build specific cache
uses: actions/upload-artifact@v3
@ -269,7 +269,7 @@ jobs:
sudo flatpak build-bundle local RetroDECK.flatpak net.retrodeck.retrodeck
- name: Compressing cache
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
- name: Upload build specific cache
uses: actions/upload-artifact@v3
@ -327,7 +327,7 @@ jobs:
repo: RetroDECK-cooker
- name: Compressing cache
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz -C /home/runner/work/RetroDECK/RetroDECK .
run: tar -czvf retrodeck-cooker.tar.gz --exclude=retrodeck-cooker.tar.gz --ignore-failed-read -C /home/runner/work/RetroDECK/RetroDECK .
- name: Upload global cache
uses: actions/upload-artifact@v3