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 13ceb6a commit 1d2b80fCopy full SHA for 1d2b80f
.github/workflows/alpine_x86_64_release.yml
@@ -42,6 +42,7 @@ jobs:
42
- name: Build release binary
43
id: release
44
run: |
45
+ git config --global --add safe.directory /__w/sentry/sentry
46
echo "ASSERT_NAME=${{env.ASSERT_NAME}}" >> $GITHUB_OUTPUT
47
shards build --production --progress --no-debug -Dstrict_multi_assign -Dno_number_autocast ${{env.BUILD_ARGS}}
48
tar zcvf ${{env.ASSERT_NAME}} ${{env.BINARY_NAME}} LICENSE
0 commit comments