Skip to content

feat: support gen TOTP #1

feat: support gen TOTP

feat: support gen TOTP #1

Workflow file for this run

on:
push:
tags:
- v*
jobs:
releases-matrix:
name: Release Go Binary
runs-on: ubuntu-latest
permissions:
contents: write
strategy:
max-parallel: 1
matrix:
include:
- goarch: amd64
goos: darwin
- goarch: arm64
goos: darwin
- goarch: amd64
goos: linux
- goarch: arm64
goos: linux
- goarch: amd64
goos: windows
steps:
- name: Show environment
run: export
- uses: actions/checkout@v3
- uses: ncipollo/release-action@v1
with:
allowUpdates: true
token: ${{ secrets.GITHUB_TOKEN }}
- uses: wangyoucao577/go-release-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
goos: ${{ matrix.goos }}
goarch: ${{ matrix.goarch }}
build_command: "make"
binary_name: "2fa"
extra_files: 2fa