Skip to content

Commit

Permalink
Remove the new job
Browse files Browse the repository at this point in the history
  • Loading branch information
pcolby committed Nov 16, 2023
1 parent 995a6f1 commit 56c8ea0
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -368,10 +368,6 @@ 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 56c8ea0

Please sign in to comment.