Skip to content

Commit

Permalink
fix: get the source from the release instead of the main branch in repo
Browse files Browse the repository at this point in the history
  • Loading branch information
s1n7ax committed Dec 15, 2023
1 parent d98321f commit 76e884e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ jobs:
steps:
- name: Check with current version
run: |
# 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" .
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" .
- name: Set up JDK 17
uses: actions/setup-java@v1
Expand Down

0 comments on commit 76e884e

Please sign in to comment.