From 8701af652ee7caa4c7cc909272d82605f0e38970 Mon Sep 17 00:00:00 2001 From: Ken Sedgwick Date: Wed, 2 Oct 2024 15:12:18 -0700 Subject: [PATCH] debug tarball creation --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c59ef3d46..3fd423d08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -39,6 +39,9 @@ jobs: - name: Create .zip source tarball run: make dist-zip + - name: List files to verify tarball creation + run: ls -lah + - name: Upload .tar.gz release asset uses: actions/upload-release-asset@v1 with: