Skip to content

Commit

Permalink
fix: build:release -> ak:release
Browse files Browse the repository at this point in the history
  • Loading branch information
xbpk3t committed Dec 18, 2024
1 parent 958c498 commit bfaaea0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release_auto_update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Build and pack
run: |
# build package
task build:release ARCH=amd64
task build:release ARCH=arm64
task ak:release ARCH=amd64
task ak:release ARCH=arm64
lipo -create -output .workflow/exe exe_amd64 exe_arm64
rm exe_amd64
rm exe_arm64
Expand Down

0 comments on commit bfaaea0

Please sign in to comment.