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: