Skip to content

Commit 40efc52

Browse files
committed
fixed path separator
1 parent 096233d commit 40efc52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
uses: tj-actions/glob@v22
176176
id: glob
177177
with:
178-
separator: '\n'
178+
separator: "\n"
179179
read-gitignore: false
180180
files: |
181181
src-tauri/gen/android/app/build/outputs/bundle/universalRelease/*.aab

0 commit comments

Comments
 (0)