From b19e8fd907c83ad43a725278ee033846ae6ae0e1 Mon Sep 17 00:00:00 2001 From: amy <80048740+oomfiee@users.noreply.github.com> Date: Mon, 30 Sep 2024 20:25:14 +0300 Subject: [PATCH] Update build_iso.yml --- .github/workflows/build_iso.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build_iso.yml b/.github/workflows/build_iso.yml index 62b3dc1..5367932 100644 --- a/.github/workflows/build_iso.yml +++ b/.github/workflows/build_iso.yml @@ -24,5 +24,6 @@ jobs: ls -la iso - name: Release uses: softprops/action-gh-release@v2 + if: startsWith(github.ref, 'refs/tags/v') with: files: "./iso/*"