fix: pass directory to jprm repo add instead of manifest.json
Publish Release / publish (push) Failing after 1m1s
Details
Publish Release / publish (push) Failing after 1m1s
Details
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
cf70a470b3
commit
966c6e8e4a
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue