mirror of
https://code.forgejo.org/actions/forgejo-release.git
synced 2025-05-31 14:03:34 +03:00
Support downloading the latest release of a repo (#16)
This PR adds the functionality to download the latest release from a repo. The API provides an endpoint to do so, so an option has been added to the action. This closes #12 Co-authored-by: benniekiss <bgmt@mail.bbalm.me> Reviewed-on: https://code.forgejo.org/actions/forgejo-release/pulls/16 Reviewed-by: earl-warren <earl-warren@noreply.code.forgejo.org> Co-authored-by: benniekiss <benniekiss@noreply.code.forgejo.org> Co-committed-by: benniekiss <benniekiss@noreply.code.forgejo.org>
This commit is contained in:
parent
de47e391d3
commit
a5aa633273
9 changed files with 101 additions and 24 deletions
testdata/nested-upload-download/upload-dir-v2
1
testdata/nested-upload-download/upload-dir-v2/file1-v2.txt
vendored
Normal file
1
testdata/nested-upload-download/upload-dir-v2/file1-v2.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
FILE1-V2
|
1
testdata/nested-upload-download/upload-dir-v2/file2-v2.txt
vendored
Normal file
1
testdata/nested-upload-download/upload-dir-v2/file2-v2.txt
vendored
Normal file
|
@ -0,0 +1 @@
|
|||
FILE2-V2
|
Loading…
Add table
Add a link
Reference in a new issue