Skip to content

Commit

Permalink
Bye \bye :)
Browse files Browse the repository at this point in the history
  • Loading branch information
s1204IT authored Oct 6, 2024
1 parent 9a89c25 commit 3493501
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)\".\"int(substr($0,5,1))}')" >> $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 3493501

Please sign in to comment.