chore: manually trigger release actions

This commit is contained in:
ᴍᴏᴏɴD4ʀᴋ
2022-08-14 22:53:42 +08:00
committed by GitHub
parent 05957c1bb2
commit 77bdde8d0e
+5 -4
View File
@@ -1,8 +1,9 @@
name: Release HackBrowserData name: Release
on: on:
push: push:
branches: tags:
- master - "*"
workflow_dispatch:
jobs: jobs:
build: build:
@@ -15,7 +16,7 @@ jobs:
- name: Use Golang - name: Use Golang
uses: actions/setup-go@v1 uses: actions/setup-go@v1
with: with:
go-version: "1.18" go-version: "1.19"
- -
name: Build with xgo name: Build with xgo