diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9ccef26..c1e5043 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -126,6 +126,8 @@ jobs: # Upload the dist folder. Give it a name according to the OS it was built for. name: ${{ format( 'dist-windows-latest-{0}', matrix.arch) }} path: dist + - name: What does Git see as modified? + run: git diff --stat dockerbuild: name: Docker Build