Skip to content

Commit

Permalink
ci: fix build-tool on mac arm64
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwitch committed Feb 24, 2024
1 parent 3b084b9 commit 89b38d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-tool.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: orca-cli-tool-mac-arm64
path: orca-cli-tool-mac-arm64.tar
path: orca-cli-tool-mac-arm64.tar.gz

mac-make-universal:
runs-on: macos-latest
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/create-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ name: create-release

on:
push:
tags:
- "v[0-9]+.[0-9]+.[0-9]+**"
tags: [ "v[0-9]+.[0-9]+.[0-9]+", "test-release**" ]

jobs:
build-tool:
Expand Down

0 comments on commit 89b38d8

Please sign in to comment.