We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1bd107e commit 9de0c6dCopy full SHA for 9de0c6d
1 file changed
.github/workflows/github_release.yml
@@ -1,4 +1,4 @@
1
-name: Release--basic_101--for--GitHub
+name: Release--basic_101
2
3
on:
4
push:
@@ -33,7 +33,7 @@ jobs:
33
wget https://github.com/cnruby/gradle_java/archive/v0.101.1.zip -O gradle_java-v0.101.1.zip
34
35
# DO (unzip the file)
36
- unzip gradle_java-v0.101.1.zip && cd gradle_java-v0.101.1
+ unzip gradle_java-v0.101.1.zip && cd gradle_java-0.101.1
37
38
# DO (build and run the application `Hello`)
39
javac Hello.java
0 commit comments