Skip to content

Commit

Permalink
Remove -f
Browse files Browse the repository at this point in the history
  • Loading branch information
ayoy committed Aug 30, 2023
1 parent 6d12f12 commit 18aaa12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
mkdir -p dmg
cp -R vanilla/DuckDuckGo.app dmg/DuckDuckGo.app
hdiutil detach vanilla
rm -rf duckduckgo.dmg
rm -f duckduckgo.dmg
- name: Install create-dmg
run: brew install create-dmg
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
--options runtime \
--entitlements entitlements.plist \
--generate-entitlement-der "DuckDuckGo.app"
rm -rf entitlements.plist
rm -f entitlements.plist
- name: Notarize the app
env:
Expand Down

0 comments on commit 18aaa12

Please sign in to comment.