diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b7189a7..2021d5a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -90,6 +90,12 @@ jobs: with: nsis-version: 3.09 + - name: ah + shell: bash + run: | + ls ${{ runner.workspace }} + ls ${{ runner.workspace }}/action + - name: Install Qt uses: crueter/install-qt-action@v4.2.2 with: