Skip to content

Commit

Permalink
upload macos aarch64 artifact
Browse files Browse the repository at this point in the history
  • Loading branch information
Pietro Bongiovanni committed Dec 13, 2023
1 parent e062d65 commit f894dfe
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cli-build-executables.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/mollie_api/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion crates/mollie_cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit f894dfe

Please sign in to comment.