mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-07-04 21:37:47 +02:00
chore: manually trigger release actions
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user