mirror of
https://github.com/cemu-project/Cemu.git
synced 2026-07-10 01:24:41 -06:00
Remove pwd
This commit is contained in:
parent
ffdf4771ae
commit
f184cdd001
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -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' }}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user