From 06e451fb14c23828d5a1127dff1f443a82220fb1 Mon Sep 17 00:00:00 2001 From: Duncan Date: Wed, 3 Jan 2024 22:19:36 +0100 Subject: [PATCH] file name change for clarity --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 33b073d..1b071e0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -34,12 +34,12 @@ jobs: os: macOS-latest target: x86_64-apple-darwin bin: readwise-to-omnivore-importer - name: readwise-to-omnivore-importer-Darwin-x86_64.tar.gz + name: readwise-to-omnivore-importer-MacOS-x86_64.tar.gz - os_name: macOS-aarch64 os: macOS-latest target: aarch64-apple-darwin bin: readwise-to-omnivore-importer - name: readwise-to-omnivore-importer-Darwin-aarch64.tar.gz + name: readwise-to-omnivore-importer-MacOS-aarch64.tar.gz skip_tests: true toolchain: - stable