We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3699166 commit 423c19eCopy full SHA for 423c19e
1 file changed
.github/workflows/release.yml
@@ -144,15 +144,15 @@ jobs:
144
run: |
145
curl -sL https://sentry.io/get-cli/ | bash
146
147
- - name: Creat App Zip & Upload dSYM to Sentry
+ - name: Create App Zip & Upload dSYM to Sentry
148
env:
149
SENTRY_AUTH_TOKEN: ${{ secrets.SENTRY_AUTH_TOKEN }}
150
SENTRY_ORG: ${{ secrets.SENTRY_ORG }}
151
SENTRY_PROJECT: ${{ secrets.SENTRY_PROJECT }}
152
153
# Run in parallel
154
(cd build/Build/Products/Release &&
155
- zip -r MiddleDrag-${{ steps.version.outpus.VERSION }}.zip MiddleDrag.app &&
+ zip -r MiddleDrag-${{ steps.version.outputs.VERSION }}.zip MiddleDrag.app &&
156
mv MiddleDrag-${{ steps.version.outputs.VERSION }}.zip $GITHUB_WORKSPACE/ &
157
sentry-cli debug-files upload \
158
--include-sources \
0 commit comments