Skip to content

Commit 423c19e

Browse files
Fix typo in release workflow step name
Signed-off-by: Karan Mohindroo <96403086+NullPointerDepressiveDisorder@users.noreply.github.com>
1 parent 3699166 commit 423c19e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,15 +144,15 @@ jobs:
144144
run: |
145145
curl -sL https://sentry.io/get-cli/ | bash
146146
147-
- name: Creat App Zip & Upload dSYM to Sentry
147+
- name: Create App Zip & Upload dSYM to Sentry
148148
env:
149149
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
150150
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
151151
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
152152
run: |
153153
# Run in parallel
154154
(cd build/Build/Products/Release &&
155-
zip -r MiddleDrag-${{ steps.version.outpus.VERSION }}.zip MiddleDrag.app &&
155+
zip -r MiddleDrag-${{ steps.version.outputs.VERSION }}.zip MiddleDrag.app &&
156156
mv MiddleDrag-${{ steps.version.outputs.VERSION }}.zip $GITHUB_WORKSPACE/ &
157157
sentry-cli debug-files upload \
158158
--include-sources \

0 commit comments

Comments
 (0)