From 250667268abf0e9320e98658eef35d3058a3ae9f Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Thu, 16 May 2024 00:10:10 +0800 Subject: [PATCH] :memo: adjust ci --- .github/workflows/c-cpp.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index f7cd476..87650e6 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -40,7 +40,6 @@ jobs: # nasal-Darwin.tar - name: Release uses: softprops/action-gh-release@v2.0.5 - if: startsWith(github.ref, 'refs/tags/') with: name: macOS nightly build tag_name: next_macOS @@ -77,7 +76,6 @@ jobs: # nasal-Linux.tar - name: Release uses: softprops/action-gh-release@v2.0.5 - if: startsWith(github.ref, 'refs/tags/') with: name: linux nightly build tag_name: next_linux_x86_64