Skip to content

Commit 807efbe

Browse files
committed
basic_117 v3 Hello Publishing Application!
1 parent c1fd1a2 commit 807efbe

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
2222
with:
23-
tag_name: v0.117.2
23+
tag_name: v0.117.3
2424
release_name: Project--"basic_117"--for--The--Release
2525
body: |
2626
### ABOUT
@@ -31,10 +31,10 @@ jobs:
3131
# 0. Download and Unzip the project
3232
3333
# DO (download the zip file)
34-
wget https://github.com/cnruby/gradle_java/archive/v0.117.2.zip -O gradle_java-0.117.2.zip
34+
wget https://github.com/cnruby/gradle_java/archive/v0.117.3.zip -O gradle_java-0.117.3.zip
3535
3636
# DO (unzip the file)
37-
unzip gradle_java-0.117.2.zip && cd gradle_java-0.117.2
37+
unzip gradle_java-0.117.3.zip && cd gradle_java-0.117.3
3838
3939
# 1. Run the java application on project
4040
@@ -74,16 +74,16 @@ jobs:
7474
7575
# DO (download the zip file)
7676
# !!! change the `<your_jcenter_username>` and `<your_jcenter_repo_name>`
77-
wget https://dl.bintray.com/<your_jcenter_username>/<your_jcenter_repo_name>/de/iotoi/_gradle_java/0.117.2/_gradle_java-0.117.2.zip
77+
wget https://dl.bintray.com/<your_jcenter_username>/<your_jcenter_repo_name>/de/iotoi/_gradle_java/0.117.3/_gradle_java-0.117.3.zip
7878
7979
# DO (unzip the file)
80-
unzip _gradle_java-0.117.2.zip
80+
unzip _gradle_java-0.117.3.zip
8181
8282
# DO (run the application `App` for Ubuntu OS)
83-
./_gradle_java-0.117.2/bin/basic_117
83+
./_gradle_java-0.117.3/bin/basic_117
8484
8585
# DO (run the application `App` for Windows OS)
86-
./_gradle_java-0.117.2/bin/basic_117.bat
86+
./_gradle_java-0.117.3/bin/basic_117.bat
8787
# >> Result
8888
Hello world.
8989
```

0 commit comments

Comments
 (0)