Fix: CICD

This commit is contained in:
xiaoyeliu
2025-11-17 10:18:39 +08:00
parent 2bdd52a56e
commit 82174ea2d1
2 changed files with 2 additions and 2 deletions

View File

@@ -96,7 +96,7 @@ jobs:
- uses: actions/checkout@v5
- name: Get the version and date
run: |
ver_pure=$(grep 'set(SoftFever_VERSION' version.inc | cut -d '"' -f2)
ver_pure=$(grep 'set(Snapmaker_VERSION' version.inc | cut -d '"' -f2)
if [[ "${{ github.event_name }}" == "pull_request" ]]; then
ver="PR-${{ github.event.number }}"
else