Skip to content

Commit

Permalink
Fix error when removing nonexistent artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerHendrickson committed Sep 18, 2023
1 parent 5924ef2 commit 163205b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ jobs:
- name: Prepare artifacts output directory
run: |
mkdir -p $(dirname $ARTIFACTS_PATH)
rm "$ARTIFACTS_PATH"
rm -f "$ARTIFACTS_PATH"
- name: Build CLI
id: build
run: task build-cli
Expand Down

0 comments on commit 163205b

Please sign in to comment.