mirror of
https://github.com/areteruhiro/LIME-beta-hiro.git
synced 2025-02-10 23:41:38 +09:00
Update build.yml
This commit is contained in:
parent
a5192ee8d5
commit
48f4c7fade
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -40,6 +40,8 @@ jobs:
|
||||
echo "commit=$(echo ${{ github.sha }} | cut -c-7)"
|
||||
echo "repo=$(echo ${GITHUB_REPOSITORY#$GITHUB_REPOSITORY_OWNER/})"
|
||||
} >> $GITHUB_ENV
|
||||
- name: Set LINE Original Version Name
|
||||
run: echo "line_ver=$(echo '${{ env.line_ver_code }}' | awk '{print substr($0,1,2)"."substr($0,3,2)"."int(substr($0,5,1))}')" >> $GITHUB_ENV
|
||||
|
||||
- name: Setup Java
|
||||
uses: actions/setup-java@v4
|
||||
|
Loading…
Reference in New Issue
Block a user