Release at each commit, release will now override the old one
All checks were successful
Upload release / build (push) Successful in 3s
All checks were successful
Upload release / build (push) Successful in 3s
This commit is contained in:
parent
0a790e8a75
commit
a61cc02c42
1 changed files with 3 additions and 2 deletions
|
@ -2,8 +2,7 @@ name: Upload release
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
tags:
|
branches: [main]
|
||||||
- "*"
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -18,4 +17,6 @@ jobs:
|
||||||
uses: akkuman/gitea-release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.TOKEN }}
|
token: ${{ secrets.TOKEN }}
|
||||||
|
name: Latest version
|
||||||
|
tag_name: latest
|
||||||
files: horoscope.bat
|
files: horoscope.bat
|
||||||
|
|
Loading…
Reference in a new issue