From 8aec98a2b34d80b2cc05fdbbc3b4af7a0e5d7a2f Mon Sep 17 00:00:00 2001 From: Sidi Liang <1467329765@qq.com> Date: Mon, 24 Oct 2022 01:32:05 +0800 Subject: [PATCH] Update c-cpp.yml --- .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 91407fb..3aaabf5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -31,7 +31,7 @@ jobs: # Name of Release to add file to title: macOS Nightly build # Name of the tag for the release (will be associated with current branch) - automatic_release_tag: next + automatic_release_tag: next_macOS # File to release files: nasal-mac-nightly.tgz @@ -57,7 +57,7 @@ jobs: # Name of Release to add file to title: Linux Nightly build # Name of the tag for the release (will be associated with current branch) - automatic_release_tag: next + automatic_release_tag: next_linux_x86_64 # File to release files: nasal-linux-x86_64-nightly.tgz