mirror of
https://github.com/moonD4rk/HackBrowserData.git
synced 2026-05-19 18:58:03 +02:00
chore: manually trigger release actions
This commit is contained in:
@@ -1,8 +1,9 @@
|
||||
name: Release HackBrowserData
|
||||
name: Release
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "*"
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
build:
|
||||
@@ -15,7 +16,7 @@ jobs:
|
||||
- name: Use Golang
|
||||
uses: actions/setup-go@v1
|
||||
with:
|
||||
go-version: "1.18"
|
||||
go-version: "1.19"
|
||||
|
||||
-
|
||||
name: Build with xgo
|
||||
|
||||
Reference in New Issue
Block a user