Skip to content

Commit

Permalink
Fix clean for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adidenko committed Jun 20, 2024
1 parent fa9aec3 commit 631a46c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ jobs:
run: file output/*

- name: Cleanup
run: rm -f output/*
run: rm output/*
2 changes: 1 addition & 1 deletion .github/workflows/publish-release-binaries.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ jobs:
repo-token: ${{ secrets.GITHUB_TOKEN }}

- name: Cleanup
run: rm -f output/*
run: rm output/*

0 comments on commit 631a46c

Please sign in to comment.