From 03aa28dab6b66f3c708feda54ab25d6b377dd48c Mon Sep 17 00:00:00 2001 From: nr0q Date: Sat, 21 Oct 2023 18:24:26 -0500 Subject: [PATCH] add mac and lin to the notify job --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7c6a93a..3bd683b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -386,7 +386,7 @@ virustotal_push: discord_notify: stage: publish rules: - - if: '$CI_COMMIT_TAG =~ /^(v|test_|win_).*/' + - if: '$CI_COMMIT_TAG =~ /^(v|test_|win_|mac_|lin_).*/' script: - | echo "Notifying Discord #developer-den that a release has built"