Skip to content

Commit

Permalink
fix: Dropdown not working in android app #124
Browse files Browse the repository at this point in the history
  • Loading branch information
regevbr committed Jun 13, 2023
1 parent 8187765 commit 396df87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
r="${r//$'\r'/'%0D'}" # Multiline escape sequences for '\r'
echo "::set-output name=RELEASE_BODY::$r"
- name: Upload the release file
uses: svenstaro/upload-release-action@v2.6.1
uses: svenstaro/upload-release-action@2.6.1
with:
file: dist/*
file_glob: true
Expand Down

0 comments on commit 396df87

Please sign in to comment.