Use pwd after building (temporary)

This commit is contained in:
uranuspucksaxophone 2022-09-08 20:35:35 +02:00 committed by GitHub
parent 896da7426e
commit bea1a2ccd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,6 +87,7 @@ jobs:
run: |
cd build
ninja
pwd
- name: Upload artifact (release)
if: ${{ inputs.deploymode == 'release' }}
@ -204,6 +205,7 @@ jobs:
run: |
cd build
cmake --build . --config ${{ env.BUILD_MODE }} -j 2
echo %cd%
- name: Upload artifact (release)
if: ${{ inputs.deploymode == 'release' }}