diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e6e22ba..0578f91 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -98,34 +98,34 @@ jobs: name: dist-darwin-universal path: ./$APP*.tar.bz2 - build_for_windows: - name: Build for Windows - runs-on: windows-latest - steps: - - name: Install build dependencies - run: choco install zip - - name: Checkout - uses: actions/checkout@v3 - - name: Setup Go - uses: actions/setup-go@v4 - with: - go-version: ${{ env.GO_VERSION }} - - name: Build amd64 - shell: bash - run: ./build.sh -v ${{ github.ref_name }} - - name: Archive artifacts - uses: actions/upload-artifact@v3 - with: - name: dist-windows - path: build/windows/*/*/$APP*.zip +# build_for_windows: +# name: Build for Windows +# runs-on: windows-latest +# steps: +# - name: Install build dependencies +# run: choco install zip +# - name: Checkout +# uses: actions/checkout@v3 +# - name: Setup Go +# uses: actions/setup-go@v4 +# with: +# go-version: ${{ env.GO_VERSION }} +# - name: Build amd64 +# shell: bash +# run: ./build.sh -v ${{ github.ref_name }} +# - name: Archive artifacts +# uses: actions/upload-artifact@v3 +# with: +# name: dist-windows +# path: build/windows/*/*/$APP*.zip release: name: Draft Release needs: - build_for_linux - build_for_macos - - build_for_windows - build_for_macos_universal +# - build_for_windows runs-on: ubuntu-latest steps: - name: Download artifacts