From 3048156db0fd53f1efc8367e1a44ff65f691dcc0 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Wed, 4 Aug 2021 09:21:16 +0200 Subject: [PATCH] Execute push-artifacts on macos --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 27e1914f..77725d01 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -32,7 +32,7 @@ jobs: name: opensc-build-macos - run: git config --global user.email "builds@github.com" - run: git config --global user.name "Github Actions"; - - run: echo .github/push_artifacts.sh "Github Actions ${GITHUB_REF}" + - run: .github/push_artifacts.sh "Github Actions ${GITHUB_REF}" if: ${{ github.event_name != 'pull_request' && github.repository == 'OpenSC/OpenSC' }} # TODO this fails probably because the key is not loaded in keychain before with # security: SecKeychainDelete: The specified keychain could not be found.