Skip to content

Commit

Permalink
chore: workflow, fix rm not found issue
Browse files Browse the repository at this point in the history
  • Loading branch information
terasum committed Sep 15, 2023
1 parent e29171a commit de36dec
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build-macos-x86_64.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
- name: Build for darwin
if: matrix.platform == 'macos-latest'
run: |
rm build/bin
wails build -f -ldflags "-X main.Version=${{ steps.version.outputs.tag }}"
- name: Create darwin disk image
Expand Down

0 comments on commit de36dec

Please sign in to comment.