From 6b26d437bee82eca8fe5b7770dea8413590cec21 Mon Sep 17 00:00:00 2001 From: Andrew Brown Date: Tue, 16 Apr 2024 03:55:18 -0700 Subject: [PATCH] List files that make up the windows artifacts --- .github/workflows/main.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c1e5043..6e5f2fa 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -128,6 +128,8 @@ jobs: path: dist - name: What does Git see as modified? run: git diff --stat + - name: What files make up the artifacts? + run: find dist dockerbuild: name: Docker Build