diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index b433ef5..250c385 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -55,7 +55,7 @@ jobs: artifact_name: ${{ needs.setup.outputs.appname }}.exe asset_name: ${{ needs.setup.outputs.appname }}-${{ needs.setup.outputs.tag }}_windows_arm64 - os: macos-latest - target: aaarch64-apple-darwin + target: aarch64-apple-darwin artifact_name: ${{ needs.setup.outputs.appname }} asset_name: ${{ needs.setup.outputs.appname }}-${{ needs.setup.outputs.tag }}_darwin_amd64 - os: macos-latest diff --git a/Cargo.toml b/Cargo.toml index 3c5a704..77eddcc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "totebag" -version = "0.1.14" +version = "0.1.15" description = "A tool for archiving files and directories and extracting several archive formats." repository = "https://github.com/tamada/totebag" readme = "README.md"