Skip to content

Commit

Permalink
.deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
illyrius666 committed May 25, 2024
1 parent 1fb1dd9 commit 9134d4a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/sten_ci_cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9134d4a

Please sign in to comment.