From f296c92d70759c5043cde4c386878440e1cf5e0c Mon Sep 17 00:00:00 2001 From: "Sergey P." Date: Mon, 2 Dec 2024 15:40:28 +0300 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3ae7911..c85baab 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -181,3 +181,17 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} tag: gtasade artifacts: bin/GTASADE.XboxRainDroplets.zip + - name: GTAVCDE.XboxRainDroplets + uses: ./.github/workflows/release_tag + if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: gtavcde + artifacts: bin/GTAVCDE.XboxRainDroplets.zip + - name: GTA3DE.XboxRainDroplets + uses: ./.github/workflows/release_tag + if: github.ref == format('refs/heads/{0}', github.event.repository.default_branch) + with: + token: ${{ secrets.GITHUB_TOKEN }} + tag: gta3de + artifacts: bin/GTA3DE.XboxRainDroplets.zip