From fb3fa5c9c0ef0e158ad9d7c387ccb5722811af3a Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 23 Dec 2024 16:21:15 +1100 Subject: [PATCH] Update release_backend.yml --- .github/workflows/release_backend.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release_backend.yml b/.github/workflows/release_backend.yml index 776c0f4..163a760 100644 --- a/.github/workflows/release_backend.yml +++ b/.github/workflows/release_backend.yml @@ -18,9 +18,10 @@ jobs: branch: master - name: List files run: | - unzip api.tar.gz.zip - unzip boreholes.tar.gz.zip - ls -l + ls -al + [ -f api.tar.gz.zip ] && unzip api.tar.gz.zip + [ -f boreholes.tar.gz.zip ] && unzip boreholes.tar.gz.zip + ls -al - name: Add to release uses: softprops/action-gh-release@v2 with: