We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bfa44c9 commit 48618c6Copy full SHA for 48618c6
.github/workflows/publish.yml
@@ -41,7 +41,7 @@ jobs:
41
42
- name: Update gitignore
43
run: |
44
- sed -i '' -e 's/*.so/!*.so/g; s/*.dll/!*.dll/g; s/*.dylib/!*.dylib/g' packages/powersync_flutter_libs/.gitignore
+ sed -i -e 's/*.so/!*.so/g; s/*.dll/!*.dll/g; s/*.dylib/!*.dylib/g' packages/powersync_flutter_libs/.gitignore
45
46
- name: Publish packages dry run
47
0 commit comments