add file upload second
Some checks failed
Some checks failed
Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
parent
b816ffae81
commit
d5e7cae705
1 changed files with 1 additions and 1 deletions
|
|
@ -103,7 +103,7 @@ jobs:
|
||||||
-H "Authorization: token $TOKEN" \
|
-H "Authorization: token $TOKEN" \
|
||||||
-H "Content-Type: application/octet-stream" \
|
-H "Content-Type: application/octet-stream" \
|
||||||
--data-binary @dist/${tmp}/${FILE} \
|
--data-binary @dist/${tmp}/${FILE} \
|
||||||
"https://forgejo.example/api/v1/repos/{{ github.repository }}/releases/$RELEASE_ID/assets?name=${FILE}"
|
"https://forgejo.example/api/v1/repos/${{ github.repository }}/releases/$RELEASE_ID/assets?name=${FILE}"
|
||||||
done
|
done
|
||||||
- name: Upload asset
|
- name: Upload asset
|
||||||
run: |
|
run: |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue