From f894dfe1d74e84fcf72e32dc058e1115beca6242 Mon Sep 17 00:00:00 2001 From: Pietro Bongiovanni Date: Wed, 13 Dec 2023 09:06:15 +0100 Subject: [PATCH] upload macos aarch64 artifact --- .github/workflows/cli-build-executables.yml | 2 +- Cargo.lock | 4 ++-- crates/mollie_api/Cargo.toml | 2 +- crates/mollie_cli/Cargo.toml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cli-build-executables.yml b/.github/workflows/cli-build-executables.yml index b32d83a..f7921ca 100644 --- a/.github/workflows/cli-build-executables.yml +++ b/.github/workflows/cli-build-executables.yml @@ -78,6 +78,6 @@ jobs: files: | /home/runner/work/mol/mol/mol-ubuntu-latest-x86_64/mol-ubuntu-latest-x86_64 /home/runner/work/mol/mol/mol-macos-latest-x86_64/mol-macos-latest-x86_64 - /home/runner/work/mol/mol/mol-macos-latest-aarch64/mol-ubuntu-latest-aarch64 + /home/runner/work/mol/mol/mol-macos-latest-aarch64/mol-macos-latest-aarch64 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file diff --git a/Cargo.lock b/Cargo.lock index c74878a..2cb6bee 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -886,7 +886,7 @@ dependencies = [ [[package]] name = "mollie_api" -version = "0.0.2" +version = "0.0.3" dependencies = [ "chrono", "lazy_static", @@ -901,7 +901,7 @@ dependencies = [ [[package]] name = "mollie_cli" -version = "0.1.0" +version = "0.0.3" dependencies = [ "chrono", "clap", diff --git a/crates/mollie_api/Cargo.toml b/crates/mollie_api/Cargo.toml index 2f42213..230e137 100644 --- a/crates/mollie_api/Cargo.toml +++ b/crates/mollie_api/Cargo.toml @@ -2,7 +2,7 @@ name = "mollie_api" description = "A SDK for the Mollie API" license = "MIT" -version = "0.0.2" +version = "0.0.3" edition.workspace = true homepage.workspace = true repository.workspace = true diff --git a/crates/mollie_cli/Cargo.toml b/crates/mollie_cli/Cargo.toml index 97c3b8b..b569b6f 100644 --- a/crates/mollie_cli/Cargo.toml +++ b/crates/mollie_cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "mollie_cli" -version = "0.1.0" +version = "0.0.3" edition.workspace = true homepage.workspace = true repository.workspace = true