Skip to content

Commit

Permalink
ci: fix windows builds
Browse files Browse the repository at this point in the history
Signed-off-by: Rachel Powers <[email protected]>
  • Loading branch information
Ryex committed Sep 24, 2024
1 parent 83105c3 commit 2211ccd
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 61 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
run: go mod download
- name: Build gui
run: |
fyne package -src ./cmd/dungeondraft-packager -release
fyne package -src ./cmd/dungeondraft-packager -appId io.github.ryex.dungondraft-gopackager
- name: Build cli
run: |
go build -ldflags "-s -w" ./cmd/dungeondraft-packager-cli
Expand Down
60 changes: 0 additions & 60 deletions .github/workflows/release.yml

This file was deleted.

0 comments on commit 2211ccd

Please sign in to comment.