From a7b9a71b1f89b9482864e1a24e15659412d09e66 Mon Sep 17 00:00:00 2001 From: Paul Baksic <30337881+bakpaul@users.noreply.github.com> Date: Mon, 11 Sep 2023 11:38:12 +0200 Subject: [PATCH] [CI] Update ci.yml Avoid having a draft of master-release when macos artifact cannot be accessed --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83c80dae..27fa3b9f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -224,9 +224,10 @@ jobs: tag_name: ${{ env.RELEASE_TAGNAME }} fail_on_unmatched_files: false target_commitish: ${{ env.RELEASE_NAME }} + draft: false body: | Last updated on ${{ env.RELEASE_DATE }} files: | artifacts/${{ env.PROJECT_NAME }}_*_Linux.zip artifacts/${{ env.PROJECT_NAME }}_*_Windows.zip - artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip \ No newline at end of file + artifacts/${{ env.PROJECT_NAME }}_*_macOS.zip