Skip to content

Commit

Permalink
update desktop release to create gh release
Browse files Browse the repository at this point in the history
  • Loading branch information
horacioh committed Dec 18, 2024
1 parent 5d1c800 commit 37d6836
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/desktop-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
CGO_ENABLED: 1

- name: Build Backend (Windows)
if: matrix.config.os == 'windows-latest'
if: startsWith(matrix.config.os, 'windows')
run: |
mkdir -p plz-out/bin/backend
go build -o plz-out/bin/backend/seed-daemon-${{ matrix.config.daemon_name }}.exe ./backend/cmd/seed-daemon
Expand Down Expand Up @@ -172,7 +172,6 @@ jobs:
publish-to-github:
needs: [build-info, build-binaries]
runs-on: ubuntu-latest
if: github.ref == 'refs/heads/main'
steps:
- uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 37d6836

Please sign in to comment.