Skip to content

Commit

Permalink
Create windowsbuild.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
phendryx authored Sep 21, 2023
1 parent 6f9cad0 commit 59901b1
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/windowsbuild.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
on:
workflow_dispatch:

jobs:
build-windows:
name: Build Windows Client
runs-on: windows-latest
steps:
- uses: actions/checkout@v3
- name: Set up Go
uses: actions/setup-go@v3
with:
go-version: 1.16

# - uses: shogo82148/actions-upload-release-asset@v1
# with:
# upload_url: ${{ github.event.release.upload_url }}
# asset_path: update-linux-amd64.gz
- name: Create installer
uses: joncloud/makensis-action@v4
# with:
# arguments: "/V3"

0 comments on commit 59901b1

Please sign in to comment.