github-actions: Unbreak artifacts pushing

This commit is contained in:
Jakub Jelen 2021-08-03 12:13:47 +02:00 committed by Jakub Jelen
parent f43d3f8042
commit 01cf556ba2
1 changed files with 1 additions and 1 deletions

View File

@ -159,5 +159,5 @@ jobs:
key: ${{ runner.os }}-${{ github.sha }}
- run: git config --global user.email "builds@github.com"
- run: git config --global user.name "Github Actions";
- run: cd out && .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' }}