mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-23 14:35:39 +00:00
ARTIFACTS: commented unuseful parts
This commit is contained in:
parent
a46def28df
commit
5080164826
4
.github/workflows/cooker.yml
vendored
4
.github/workflows/cooker.yml
vendored
|
@ -189,8 +189,8 @@ jobs:
|
||||||
# - name: Compressing cache
|
# - name: Compressing cache
|
||||||
# run: |
|
# run: |
|
||||||
# touch retrodeck-cooker.tar.gz
|
# touch retrodeck-cooker.tar.gz
|
||||||
rm -rf .flatpak-builder/build/*-{2,3,4,5,6}
|
# rm -rf .flatpak-builder/build/*-{2,3,4,5,6}
|
||||||
find .flatpak-builder/build -xtype l -exec rm {} \; # removing dead symlinks
|
# find .flatpak-builder/build -xtype l -exec rm {} \; # removing dead symlinks
|
||||||
# tar --ignore-failed-read -czvf retrodeck-cooker.tar.gz .flatpak-builder retrodeck-flatpak-cooker
|
# tar --ignore-failed-read -czvf retrodeck-cooker.tar.gz .flatpak-builder retrodeck-flatpak-cooker
|
||||||
|
|
||||||
# - name: Upload build specific cache
|
# - name: Upload build specific cache
|
||||||
|
|
Loading…
Reference in a new issue