Skip to content

Commit

Permalink
Update rm command to not fail
Browse files Browse the repository at this point in the history
  • Loading branch information
jwrober committed Nov 7, 2024
1 parent 4f4181b commit 5c72df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Problem file cleanup
# We have this problematic file that we need to remove
run: |
rm dist/windows/freeciv21-server.cmd
rm -f dist/windows/freeciv21-server.cmd
- name: Create Pull Request
uses: peter-evans/create-pull-request@v7
with:
Expand Down

0 comments on commit 5c72df1

Please sign in to comment.