This commit is contained in:
parent
b4933f9bb8
commit
fee48bda91
1 changed files with 3 additions and 1 deletions
|
@ -2,6 +2,8 @@ name: Create Release
|
|||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
tags:
|
||||
- "v*"
|
||||
workflow_dispatch:
|
||||
|
@ -30,7 +32,7 @@ jobs:
|
|||
tar czvf releases/build.tar.gz build/
|
||||
|
||||
- name: Upload release
|
||||
- uses: actions/forgejo-release@v2
|
||||
uses: actions/forgejo-release@v2
|
||||
with:
|
||||
direction: upload
|
||||
url: https://git.pweapon.org
|
||||
|
|
Loading…
Add table
Reference in a new issue