From 01cf556ba2f3f7a9c6d26aaaf015203017fe5631 Mon Sep 17 00:00:00 2001 From: Jakub Jelen Date: Tue, 3 Aug 2021 12:13:47 +0200 Subject: [PATCH] github-actions: Unbreak artifacts pushing --- .github/workflows/linux.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' }}