From 974d413537c7f2e04a3028cbda4b9e93bf82f3c4 Mon Sep 17 00:00:00 2001 From: ValKmjolnir Date: Sun, 3 Mar 2024 23:29:31 +0800 Subject: [PATCH] :bug: fix CI --- .github/workflows/c-cpp.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7ed3ef1..7039190 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -35,7 +35,7 @@ jobs: # Name of the tag for the release (will be associated with current branch) automatic_release_tag: next_macOS # File to release - files: [nasal-mac-nightly.tgz, nasal-Darwin.tar] + files: nasal-mac-nightly.tgz nasal-Darwin.tar linux-x86_64-build: runs-on: ubuntu-latest @@ -63,5 +63,5 @@ jobs: # Name of the tag for the release (will be associated with current branch) automatic_release_tag: next_linux_x86_64 # File to release - files: [nasal-linux-x86_64-nightly.tgz, nasal-Linux.tar] + files: nasal-linux-x86_64-nightly.tgz nasal-Linux.tar