Skip to content

Added an option to decrypt title files #7

Added an option to decrypt title files

Added an option to decrypt title files #7

Workflow file for this run

name: Release
on:
push:
branches: [ "master" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.18
- name: Build
run: GOOS=windows GOARCH=amd64 go build -v
- name: Make release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Development Build"
files: |
LICENSE
*.exe