From 9134d4a028f579efd8ae8339486a11f18217eec9 Mon Sep 17 00:00:00 2001 From: Illyrius Date: Sat, 25 May 2024 13:20:38 +0000 Subject: [PATCH] .deploy --- .github/workflows/sten_ci_cd.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/sten_ci_cd.yml b/.github/workflows/sten_ci_cd.yml index 2204f09f..d240e96c 100644 --- a/.github/workflows/sten_ci_cd.yml +++ b/.github/workflows/sten_ci_cd.yml @@ -23,14 +23,17 @@ jobs: run: | VERSION=$(jq -r '.version.name' Illyria/pack.mcmeta) echo $VERSION >> $GITHUB_ENV + shell: bash - id: create_zip name: Create Zip File run: zip -r "Illyria_v${{ env.VERSION }}.zip" Illyria/assets Illyria/pack.mcmeta Illyria/pack.png + shell: bash - id: create_tag name: Create & Push Tag run: echo "TAG=${{ env.VERSION }}" >> $GITHUB_ENV + shell: bash - id: create_release name: Create Release