We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d98321f commit 76e884eCopy full SHA for 76e884e
.github/workflows/release.yaml
@@ -45,9 +45,9 @@ jobs:
45
steps:
46
- name: Check with current version
47
run: |
48
- # wget "https://github.com/microsoft/java-debug/archive/refs/tags/${VERSION}.tar.gz"
49
- # tar xf "${VERSION}.tar.gz" -C . --strip-components=1
50
- git clone "https://github.com/microsoft/java-debug.git" .
+ wget "https://github.com/microsoft/java-debug/archive/refs/tags/${VERSION}.tar.gz"
+ tar xf "${VERSION}.tar.gz" -C . --strip-components=1
+ # git clone "https://github.com/microsoft/java-debug.git" .
51
52
- name: Set up JDK 17
53
uses: actions/setup-java@v1
0 commit comments