Skip to content

Commit

Permalink
Fix variant name
Browse files Browse the repository at this point in the history
  • Loading branch information
alessandroboron committed Mar 26, 2024
1 parent 399c7bb commit 60a13e2
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/create_dmg_variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,8 @@ jobs:
echo "Neither ATB_VARIANT_NAME nor ORIGIN_VARIANT_NAME is set"
exit 1
fi
echo "variant_name=$name" >> $GITHUB_OUTPUT
echo "variant_name=${name}" >> "$GITHUB_OUTPUT"
- name: Print All
run: |
Expand Down Expand Up @@ -225,7 +226,8 @@ jobs:
echo "Neither ATB_VARIANT_NAME nor ORIGIN_VARIANT_NAME is set"
exit 1
fi
echo "variant_name=$name" >> $GITHUB_OUTPUT
echo "variant_name=${name}" >> "$GITHUB_OUTPUT"
- name: Upload variant DMG
env:
Expand Down

0 comments on commit 60a13e2

Please sign in to comment.