Skip to content

Commit

Permalink
Restore
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 56c8ea0 commit 9a06273
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,6 +368,10 @@ jobs:
cd portable
windeployqt --compiler-runtime --release --verbose 2 dokit.exe ${{ matrix.dll }}
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
Expand Down

0 comments on commit 9a06273

Please sign in to comment.