mirror of
https://code.forgejo.org/actions/forgejo-release
synced 2026-04-24 20:34:31 +00:00
feat: use curl to create release and upload assets (#143)
Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/143 Co-authored-by: Michael Kriese <michael.kriese@visualon.de> Co-committed-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
parent
6c747b97f9
commit
6e3a26f82a
3 changed files with 47 additions and 66 deletions
|
|
@ -2,7 +2,7 @@ on:
|
|||
pull_request:
|
||||
push:
|
||||
branches:
|
||||
- "**"
|
||||
- '**'
|
||||
|
||||
jobs:
|
||||
tests:
|
||||
|
|
@ -24,6 +24,4 @@ jobs:
|
|||
|
||||
- name: Unit tests of the supporting script forgejo-release.sh
|
||||
run: |
|
||||
testdata/forgejo-release-test.sh test_system_tea_bin
|
||||
testdata/forgejo-release-test.sh test_download_tea_bin
|
||||
testdata/forgejo-release-test.sh test_maybe_sign_release
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue