Skip to content

Commit

Permalink
Create windowsbuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
phendryx authored Sep 21, 2023
1 parent 59901b1 commit e78884c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/windowsbuild.yml
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 e78884c

Please sign in to comment.