Skip to content

Commit 93fac9a

Browse files
committed
💚 Fix ci on windows
1 parent 6bafbe5 commit 93fac9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ jobs:
234234
- name: Write BUILD_ENV to .env file
235235
if: matrix.variant != 'foss'
236236
run: |
237-
echo -e "${{ secrets.BUILD_ENV }}" > app/.env
237+
echo "${{ secrets.BUILD_ENV }}" > app/.env
238238
- name: Linux Macos - Build
239239
if: matrix.platform != 'windows-latest'
240240
run: |

0 commit comments

Comments
 (0)