Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
e-marchand authored Jul 31, 2024
1 parent ae82e7a commit a8e2038
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 @@ -20,7 +20,7 @@ jobs:
- name: download sdks & generator
run: |
mkdir -p ./Resources/sdk
if [[ $my_string == *.fat ]]; then
if [[ "$GITHUB_RELEASE_TAG" == *".fat" ]]; then
curl -sL https://github.com/4d/ios-sdk/releases/latest/download/ios.zip -o ./Resources/sdk/ios.zip
curl -sL https://github.com/4d/android-sdk/releases/latest/download/android.zip -o ./Resources/sdk/android.zip
fi
Expand Down

0 comments on commit a8e2038

Please sign in to comment.