From 59901b1f95af506eb141f270047bad1e7646acca Mon Sep 17 00:00:00 2001 From: Paul Hendryx Date: Wed, 20 Sep 2023 21:30:57 -0400 Subject: [PATCH] Create windowsbuild.yaml --- .github/windowsbuild.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/windowsbuild.yaml diff --git a/.github/windowsbuild.yaml b/.github/windowsbuild.yaml new file mode 100644 index 0000000..7befcff --- /dev/null +++ b/.github/windowsbuild.yaml @@ -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"