Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 6, 2024
1 parent b2f909e commit 9a89c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
} >> $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)\".\"substr(\$0,5,1)+0}')" >> $GITHUB_ENV
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
Expand Down

0 comments on commit 9a89c25

Please sign in to comment.