From 53d76bf1471039b0e0fe27ce8d230a141c87c9a7 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 23 Dec 2024 16:08:45 +1100 Subject: [PATCH] Update release_backend.yml - unzip files --- .github/workflows/release_backend.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release_backend.yml b/.github/workflows/release_backend.yml index 115274e..776c0f4 100644 --- a/.github/workflows/release_backend.yml +++ b/.github/workflows/release_backend.yml @@ -18,12 +18,14 @@ jobs: branch: master - name: List files run: | + unzip api.tar.gz.zip + unzip boreholes.tar.gz.zip ls -l - name: Add to release uses: softprops/action-gh-release@v2 with: name: Source and web asset release based on tag ${{github.ref}} files: | - api.tar.gz - boreholes.tar.gz + api.tar.gz.zip + boreholes.tar.gz. fail_on_unmatched_files: true