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