소스 검색

Update build.yml

added values for fallback until i figure out how to get the version automatically.
jimsterino98 7 달 전
부모
커밋
0f6861e9c4
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      .github/workflows/build.yml

+ 2 - 2
.github/workflows/build.yml

@@ -140,8 +140,8 @@ jobs:
 
           else
               echo "⚠ Not a git repo, using defaults"
-              KSU_VERSION=$BASE_VERSION
-              KSU_GIT_TAG="v0.0.1"
+              KSU_VERSION=33151
+              KSU_GIT_TAG="v3.0.0"
           fi
 
           echo "Computed version: $KSU_VERSION"