diff --git a/.github/workflows/ci-test.yml b/.github/workflows/ci-test.yml index fafbd5d9e..a98451e56 100644 --- a/.github/workflows/ci-test.yml +++ b/.github/workflows/ci-test.yml @@ -21,7 +21,7 @@ env: jobs: build: - name: CI on Windows + name: CI Test runs-on: windows-latest @@ -52,5 +52,5 @@ jobs: run: ./bin/alr version - name: Display built alr (III) - run: ls -alF ./bin && ./bin/alr version + run: ls -alF ./bin && file ./bin/alr.exe && ./bin/alr.exe version shell: bash \ No newline at end of file