From d967eded985916ebd782a8064b1e29cd32933ae3 Mon Sep 17 00:00:00 2001 From: xplshn Date: Sun, 26 Jan 2025 06:15:23 -0300 Subject: [PATCH] gen5.yml ; Update CI to use new appstream-helper tool Signed-off-by: xplshn --- .github/workflows/gen5.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gen5.yml b/.github/workflows/gen5.yml index 421e6c3..1770246 100644 --- a/.github/workflows/gen5.yml +++ b/.github/workflows/gen5.yml @@ -113,7 +113,7 @@ jobs: run: | set -x wget "https://huggingface.co/datasets/pkgforge/pkgcache/resolve/main/FLATPAK_APPSTREAM.xml" - appstream-helper --components-xml ./FLATPAK_APPSTREAM.xml --input-dir "$OUT_DIR" --output-dir "$META_OUT_DIR" --output-file "$META_OUT_DIR/metadata.json" --download-url-prefix "https://github.com/xplshn/AppBundleHUB/releases/download/${{ env.TAG_NAME }}/" --metadata-prefix "https://github.com/xplshn/AppBundleHUB/releases/download/latest_metadata/" + appstream-helper --components-xml ./FLATPAK_APPSTREAM.xml --input-dir "$OUT_DIR" --output-dir "$META_OUT_DIR" --output-file "$META_OUT_DIR/metadata.json" --download-url-prefix "https://github.com/xplshn/AppBundleHUB/releases/download/${{ env.TAG_NAME }}/" --metadata-prefix "https://github.com/xplshn/AppBundleHUB/releases/download/latest_metadata/" --pelf-edition "${{ github.event.inputs.appbundle_fs }}" - name: Upload app bundle artifacts uses: actions/upload-artifact@v4 with: