mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
FLATHUB_PUSH: fixing output manifest, bad exit error for cp -n - Message tweak [skip ci]
This commit is contained in:
parent
6579c75707
commit
21ec87b9d6
|
@ -67,7 +67,7 @@ modules:
|
||||||
- name: RetroDECK
|
- name: RetroDECK
|
||||||
buildsystem: simple
|
buildsystem: simple
|
||||||
build-commands:
|
build-commands:
|
||||||
- cp -rn files/* /app || echo "File as been skipped"
|
- cp -rn files/* /app || echo "Some files have been skipped"
|
||||||
sources:
|
sources:
|
||||||
- type: archive
|
- type: archive
|
||||||
url: $artifacts_link
|
url: $artifacts_link
|
||||||
|
|
Loading…
Reference in a new issue