From f184cdd0015cbb8eedc0d11e187ece629e39c369 Mon Sep 17 00:00:00 2001 From: uranuspucksaxophone <84784521+uranuspucksaxophone@users.noreply.github.com> Date: Thu, 8 Sep 2022 21:10:01 +0200 Subject: [PATCH] Remove pwd --- .github/workflows/build.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2a08ab05..43dd0fca 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -87,7 +87,6 @@ jobs: run: | cd build ninja - pwd - name: Upload artifact (release) if: ${{ inputs.deploymode == 'release' }} @@ -205,7 +204,6 @@ jobs: run: | cd build cmake --build . --config ${{ env.BUILD_MODE }} -j 2 - echo %cd% - name: Upload artifact (release) if: ${{ inputs.deploymode == 'release' }}