Skip to content

Commit

Permalink
refactor: fix zip name
Browse files Browse the repository at this point in the history
Signed-off-by: loonghao <hal.long@outlook.com>
  • Loading branch information
loonghao committed Aug 10, 2024
1 parent 52aa3ce commit f2985c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
matrix:
target:
- os: 'ubuntu-22.04'
triple: 'x86_64-unknown-linux-musl'
triple: 'x86_64-unknown-linux-musl-gnu'
- os: 'macos-12'
triple: 'x86_64-apple-darwin'
- os: 'windows-2022'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix:
target:
- os: 'ubuntu-22.04'
triple: 'x86_64-unknown-linux-musl'
triple: 'x86_64-unknown-linux-musl-gnu'
- os: 'macos-12'
triple: 'x86_64-apple-darwin'
- os: 'windows-2022'
Expand Down

0 comments on commit f2985c6

Please sign in to comment.