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:
|
on:
|
||||||
push:
|
push:
|
||||||
|
branches:
|
||||||
|
- main
|
||||||
tags:
|
tags:
|
||||||
- "v*"
|
- "v*"
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
|
@ -30,7 +32,7 @@ jobs:
|
||||||
tar czvf releases/build.tar.gz build/
|
tar czvf releases/build.tar.gz build/
|
||||||
|
|
||||||
- name: Upload release
|
- name: Upload release
|
||||||
- uses: actions/forgejo-release@v2
|
uses: actions/forgejo-release@v2
|
||||||
with:
|
with:
|
||||||
direction: upload
|
direction: upload
|
||||||
url: https://git.pweapon.org
|
url: https://git.pweapon.org
|
||||||
|
|
Loading…
Add table
Reference in a new issue