update release.yml

This commit is contained in:
MihailRis 2025-12-04 01:17:32 +03:00 committed by ShiftyX1
parent 678c42a825
commit a15961af8f

View File

@ -40,11 +40,13 @@ jobs:
zip -r ./release/voxelcore-${RELEASE_VERSION}_win64.zip ./artifacts/Windows-Build/*
ls -la ./release
tree ./release
- name: Checkout Release Branch
uses: actions/checkout@v4
with:
ref: ${{ env.BRANCH_NAME }}
- name: Create Tag
run: |
TAG_NAME="v${RELEASE_VERSION}"
git switch $BRANCH_NAME
git tag -a "${TAG_NAME}" -m "Automated release tag ${TAG_NAME}"
git push origin "${TAG_NAME}"
- name: Create Release Draft