fix: pass directory to jprm repo add instead of manifest.json
Publish Release / publish (push) Failing after 1m1s Details

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Filtik 2026-07-02 20:17:02 +02:00
parent cf70a470b3
commit 966c6e8e4a
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ jobs:
run: | run: |
jprm repo add \ jprm repo add \
--url="${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/" \ --url="${{ github.server_url }}/${{ github.repository }}/releases/download/${{ github.ref_name }}/" \
manifest.json \ . \
artifacts/*.zip artifacts/*.zip
- name: Commit manifest.json - name: Commit manifest.json