Skip to content

Commit 7ae5989

Browse files
committed
fix the typo of architecture name
1 parent 36ba82a commit 7ae5989

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
artifact_name: ${{ needs.setup.outputs.appname }}.exe
5656
asset_name: ${{ needs.setup.outputs.appname }}-${{ needs.setup.outputs.tag }}_windows_arm64
5757
- os: macos-latest
58-
target: aaarch64-apple-darwin
58+
target: aarch64-apple-darwin
5959
artifact_name: ${{ needs.setup.outputs.appname }}
6060
asset_name: ${{ needs.setup.outputs.appname }}-${{ needs.setup.outputs.tag }}_darwin_amd64
6161
- os: macos-latest

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "totebag"
3-
version = "0.1.14"
3+
version = "0.1.15"
44
description = "A tool for archiving files and directories and extracting several archive formats."
55
repository = "https://github.com/tamada/totebag"
66
readme = "README.md"

0 commit comments

Comments
 (0)