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 \
|
||||
-v "${GITHUB_WORKSPACE}:/workspace" \
|
||||
-w /workspace \
|
||||
ebassi/flathub:base \
|
||||
flatpak-builder --force-clean \
|
||||
--install-deps-from=flathub \
|
||||
--install-deps-from=flathub-beta \
|
||||
ghcr.io/retrodeck/retrodeck-builder:latest \
|
||||
--force-clean \
|
||||
--repo="/workspace/artifacts-repo" \
|
||||
"/workspace/artifacts-build-dir" \
|
||||
"${{ inputs.MANIFEST_FILENAME }}"
|
||||
|
|
Loading…
Reference in a new issue