Skip to content

Commit

Permalink
Fix formatting of sed command on macos (#526)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasanker authored Oct 15, 2023
1 parent d24bb39 commit 388bc58
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 @@ -95,7 +95,7 @@ jobs:

- name: Set URI (prod)
if: env.PROD_RELEASE == 'true'
run: sed -i 's/.env.develop/.env.production/' lib/env/env.dart
run: sed -i '' 's/.env.develop/.env.production/' lib/env/env.dart

- name: Generate code
run: dart run build_runner build
Expand Down

0 comments on commit 388bc58

Please sign in to comment.