From 0709d6f482c4c2755a89515cdf8036798db28bf9 Mon Sep 17 00:00:00 2001 From: Vincent Fazio Date: Mon, 23 Dec 2024 16:44:18 +1100 Subject: [PATCH] Update release_backend.yml --- .github/workflows/release_backend.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release_backend.yml b/.github/workflows/release_backend.yml index 4a11558..bc3ad5b 100644 --- a/.github/workflows/release_backend.yml +++ b/.github/workflows/release_backend.yml @@ -23,7 +23,7 @@ jobs: 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 - fail_on_unmatched_files: true + #files: | + # api.tar.gz + # boreholes.tar.gz + #fail_on_unmatched_files: true