Skip to content

Commit

Permalink
fix: remove artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
cfoust committed Dec 16, 2023
1 parent 4541719 commit 5085214
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-artifacts-and-draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ jobs:
rm ./darwin/cy*checksums.txt
rm ./linux/cy*checksums.txt
# where do these come from?
rm -f linux/cy darwin/cy
rm -f cy{,.rb} linux/cy{,.rb} darwin/cy{,.rb}
- name: Release
uses: goreleaser/goreleaser-action@v5
with:
Expand Down

0 comments on commit 5085214

Please sign in to comment.