Skip to content

Commit

Permalink
Build for Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
Disquse committed Oct 17, 2024
1 parent 10e658c commit c6efeee
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,13 @@ jobs:
with:
go-version: 1.18

- name: Build
- name: Build Windows
run: GOOS=windows GOARCH=amd64 go build -v

- name: Make release
- name: Build Linux
run: GOOS=linux GOARCH=amd64 go build -v

- name: Make Release
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
Expand All @@ -27,4 +30,5 @@ jobs:
title: "Development Build"
files: |
LICENSE
*.exe
./RGLExtractor
./RGLExtractor.exe

0 comments on commit c6efeee

Please sign in to comment.