pruebo release propio
Some checks failed
Create release from tag / create_release (push) Failing after 16s
Some checks failed
Create release from tag / create_release (push) Failing after 16s
This commit is contained in:
parent
d53a0ba76e
commit
7b42ea0fe7
2 changed files with 14 additions and 1 deletions
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
|
|
@ -21,3 +21,16 @@ jobs:
|
|||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: ./release.sh
|
||||
|
||||
- name: Create release
|
||||
uses: https://code.forgejo.org/actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
release-dir: .
|
||||
tag: ${{ github.ref_name }}
|
||||
files: |
|
||||
./build/app/outputs/flutter-apk/app-release.apk
|
||||
./linux-bin.zip
|
||||
./webapp.zip
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
|
|
|
|||
|
|
@ -21,7 +21,7 @@ main(){
|
|||
VERSION=${TAG#version-}
|
||||
build_release_files
|
||||
FILES="$(get_release_files)"
|
||||
gh release create $TAG $FILES
|
||||
# gh release create $TAG $FILES
|
||||
}
|
||||
|
||||
main
|
||||
|
|
|
|||
Loading…
Reference in a new issue