diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64f818d97..422f8f8a1 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -367,8 +367,11 @@ jobs: copy /v /b src\cli\dokit.exe /b portable cd portable windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }} - :: dokit.exe --version working-directory: ${{ runner.temp }} + - name: Check portable + if: matrix.arch != 'arm64' + shell: bash + run: "$RUNNER_TEMP/portable/dokit.exe" --version - name: Setup artifacts shell: bash run: echo "dokitVersion=$(cat "$RUNNER_TEMP/version.txt")" >> $GITHUB_ENV