Execute push-artifacts on macos

This commit is contained in:
Jakub Jelen 2021-08-04 09:21:16 +02:00 committed by Jakub Jelen
parent 1e43a6a1af
commit 3048156db0
1 changed files with 1 additions and 1 deletions

View File

@ -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.