ARTIFACTS: removed maybe unuseful cd commands

This commit is contained in:
Xargon Wan 2022-05-06 17:10:28 +09:00
parent 577fd2d408
commit 7a6a8409e6

View file

@ -182,7 +182,7 @@ jobs:
- name: Bulding part 1 - Until the end
#if: steps.cache-cooker.outputs.cache-hit != 'true'
run: |
cd $GITHUB_WORKSPACE
#cd $GITHUB_WORKSPACE
sudo flatpak-builder --build-only --user --repo=local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
- name: Compressing cache
@ -234,7 +234,7 @@ jobs:
- name: Finishing build
#if: steps.cache-cooker.outputs.cache-hit != 'true'
run: |
cd $GITHUB_WORKSPACE
#cd $GITHUB_WORKSPACE
sudo flatpak-builder --finish-only --user --repo=local retrodeck-flatpak-cooker net.retrodeck.retrodeck.yml
- name: Compressing cache
@ -286,7 +286,7 @@ jobs:
- name: Build bundle
#if: steps.cache-cooker.outputs.cache-hit != 'true'
run: |
cd $GITHUB_WORKSPACE
#cd $GITHUB_WORKSPACE
sudo flatpak build-bundle local RetroDECK.flatpak net.retrodeck.retrodeck
- name: Compressing cache