From 75fdd8f0d289c3012e9add6d23b9eea64e08427a Mon Sep 17 00:00:00 2001 From: soft as HELL Date: Thu, 25 Jan 2024 11:14:28 +0200 Subject: [PATCH] Split release --- .github/workflows/sourcemod-plugin.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/sourcemod-plugin.yml b/.github/workflows/sourcemod-plugin.yml index a40a411..33ab758 100644 --- a/.github/workflows/sourcemod-plugin.yml +++ b/.github/workflows/sourcemod-plugin.yml @@ -45,6 +45,14 @@ jobs: name: compiled-plugins path: | *.smx + release: + runs-on: ubuntu-latest + strategy: + fail-fast: false + steps: + - uses: actions/download-artifact@v4 + with: + name: compiled-plugins - name: Release uses: softprops/action-gh-release@v1 with: