Skip to content

Commit

Permalink
Update gen5.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
xplshn authored Jan 31, 2025
1 parent d967ede commit ef90942
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gen5.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/" --pelf-edition "${{ github.event.inputs.appbundle_fs }}"
appstream-helper --components-xml ./FLATPAK_APPSTREAM.xml --input-dir "$OUT_DIR" --output-dir "$META_OUT_DIR" --output-file "$META_OUT_DIR/metadata_x86_64-Linux.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:
Expand Down Expand Up @@ -199,7 +199,7 @@ jobs:
make_latest: true
files: |
${{ github.workspace }}/*.AppBundle
${{ github.workspace }}/metadata.json
${{ github.workspace }}/metadata_x86_64-Linux.json
continue-on-error: true

publish_metadata:
Expand Down

0 comments on commit ef90942

Please sign in to comment.