Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zw963 committed Dec 27, 2024
1 parent 103c7c5 commit 0be93a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/alpine_x86_64_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
id: release
run: |
echo "ASSERT_NAME=${{env.ASSERT_NAME}}" >> $GITHUB_OUTPUT
git config --global --add safe.directory /__w/daka/daka
shards build --production --release --progress --no-debug -Dstrict_multi_assign -Dno_number_autocast ${{env.BUILD_ARGS}}
tar zcvf ${{env.ASSERT_NAME}} ${{env.BINARY_NAME}} LICENSE
- name: Release
Expand Down

0 comments on commit 0be93a1

Please sign in to comment.