diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index e13ac3a5..f0edd217 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -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' }}