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 32f4f17 commit 3977796
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: |
echo "test"
if [[ "$GITHUB_RELEASE_TAG" == *".fat" ]]; then
if [[ "$GITHUB_RELEASE_TAG" == *-fat ]]; then
echo "fat"
curl -sL https://github.com/4d/ios-sdk/releases/latest/download/ios.zip -o ios.zip
curl -sL https://github.com/4d/android-sdk/releases/latest/download/android.zip -o android.zip
Expand Down

0 comments on commit 3977796

Please sign in to comment.