Skip to content

Commit

Permalink
action:macos M1
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaoyifang committed Feb 26, 2022
1 parent 12e78ed commit c599d05
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/macos copy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,12 +57,12 @@ jobs:
id: githash
run: |
echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
# - uses: Klemensas/action-autotag@stable
# id: autotag
# with:
# GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
# tag_prefix: "v"
# tag_suffix: "-${{ steps.githash.outputs.sha_short }}"
- uses: Klemensas/action-autotag@stable
id: autotag
with:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
tag_prefix: "v"
tag_suffix: "-${{ steps.githash.outputs.sha_short }}"
- name: build macos
run: |
qmake CONFIG+=release CONFIG+=zim_support CONFIG+=chinese_conversion_support QMAKE_APPLE_DEVICE_ARCHS=arm64
Expand Down

0 comments on commit c599d05

Please sign in to comment.