release v0.2.2
This commit is contained in:
23
.gitea/workflows/release.yml
Normal file
23
.gitea/workflows/release.yml
Normal file
@@ -0,0 +1,23 @@
|
||||
name: release
|
||||
on:
|
||||
push:
|
||||
tags:
|
||||
- 'v*'
|
||||
jobs:
|
||||
release:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: chackout
|
||||
uses: actions/checkout@v4
|
||||
- name: generate zip
|
||||
run: |
|
||||
./zip.sh
|
||||
- name: setup go
|
||||
uses: https://github.com/actions/setup-go@v4
|
||||
with:
|
||||
go-version: '>=1.20.1'
|
||||
- name: release
|
||||
uses: https://gitea.com/actions/release-action@main
|
||||
with:
|
||||
files: FReenen.zip
|
||||
api_key: '${{secrets.RELEASE_TOKEN}}'
|
||||
BIN
FReenen.zip
BIN
FReenen.zip
Binary file not shown.
Binary file not shown.
Reference in New Issue
Block a user