From 40cb4dd98d6a62a930b059a5fbc61ed50ba56afc Mon Sep 17 00:00:00 2001 From: Fabio Di Stasio Date: Sat, 27 Aug 2022 09:27:07 +0200 Subject: [PATCH] chore: minor changes on macos artifacts action --- .github/workflows/create-artifact-macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/create-artifact-macos.yml b/.github/workflows/create-artifact-macos.yml index 6b653ebe..78947aa4 100644 --- a/.github/workflows/create-artifact-macos.yml +++ b/.github/workflows/create-artifact-macos.yml @@ -1,4 +1,4 @@ -name: Create artifact [MACOS] +name: Create artifact [MAC] on: workflow_dispatch: {} @@ -23,7 +23,7 @@ jobs: - name: Upload Artifact uses: actions/upload-artifact@v3 with: - name: linux-build + name: macos-build retention-days: 3 path: | build