Skip to content

Commit

Permalink
fixed path separator
Browse files Browse the repository at this point in the history
  • Loading branch information
mariotaku committed May 22, 2024
1 parent 096233d commit 40efc52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ jobs:
uses: tj-actions/glob@v22
id: glob
with:
separator: '\n'
separator: "\n"
read-gitignore: false
files: |
src-tauri/gen/android/app/build/outputs/bundle/universalRelease/*.aab
Expand Down

0 comments on commit 40efc52

Please sign in to comment.