Skip to content

Commit 9de0c6d

Browse files
committed
basic_101 Hello jabba!
1 parent 1bd107e commit 9de0c6d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/github_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Release--basic_101--for--GitHub
1+
name: Release--basic_101
22

33
on:
44
push:
@@ -33,7 +33,7 @@ jobs:
3333
wget https://github.com/cnruby/gradle_java/archive/v0.101.1.zip -O gradle_java-v0.101.1.zip
3434
3535
# DO (unzip the file)
36-
unzip gradle_java-v0.101.1.zip && cd gradle_java-v0.101.1
36+
unzip gradle_java-v0.101.1.zip && cd gradle_java-0.101.1
3737
3838
# DO (build and run the application `Hello`)
3939
javac Hello.java

0 commit comments

Comments
 (0)