mirror of
https://github.com/RetroDECK/components-template.git
synced 2024-11-21 19:05:39 +00:00
Trying the new retrodeck-builder
This commit is contained in:
parent
3a7545d684
commit
18fce17419
6
.github/workflows/build_artifacts.yml
vendored
6
.github/workflows/build_artifacts.yml
vendored
|
@ -73,10 +73,8 @@ jobs:
|
||||||
docker run --rm \
|
docker run --rm \
|
||||||
-v "${GITHUB_WORKSPACE}:/workspace" \
|
-v "${GITHUB_WORKSPACE}:/workspace" \
|
||||||
-w /workspace \
|
-w /workspace \
|
||||||
ebassi/flathub:base \
|
ghcr.io/retrodeck/retrodeck-builder:latest \
|
||||||
flatpak-builder --force-clean \
|
--force-clean \
|
||||||
--install-deps-from=flathub \
|
|
||||||
--install-deps-from=flathub-beta \
|
|
||||||
--repo="/workspace/artifacts-repo" \
|
--repo="/workspace/artifacts-repo" \
|
||||||
"/workspace/artifacts-build-dir" \
|
"/workspace/artifacts-build-dir" \
|
||||||
"${{ inputs.MANIFEST_FILENAME }}"
|
"${{ inputs.MANIFEST_FILENAME }}"
|
||||||
|
|
Loading…
Reference in a new issue