diff --git a/.github/workflows/Build.yml b/.github/workflows/Build.yml index 2ed23f4..82332ea 100644 --- a/.github/workflows/Build.yml +++ b/.github/workflows/Build.yml @@ -33,9 +33,10 @@ jobs: run: python actions-temp/picoBuild.py - name: Show directory structure - run: dir actions-temp - run: dir - + run: | + dir actions-temp + dir + - name: Get version and name from version.json id: version_info run: |