wu-sheng commented on a change in pull request #81:
URL: https://github.com/apache/skywalking-banyandb/pull/81#discussion_r815540337
##########
File path: .github/actions/sw-java-agent/action.yml
##########
@@ -30,5 +30,5 @@ runs:
- name: Download binary distribution
shell: bash
run: |
- curl https://dlcdn.apache.org/skywalking/java-agent/${{ inputs.version
}}/apache-skywalking-java-agent-${{ inputs.version }}.tar.gz -o
apache-skywalking-java-agent.tar.gz
+ curl https://dlcdn.apache.org/skywalking/java-agent/${{ inputs.version
}}/apache-skywalking-java-agent-${{ inputs.version }}.tgz -o
apache-skywalking-java-agent.tar.gz
Review comment:
Need to download from here, https://archive.apache.org/dist/skywalking/.
The mirror is only providing latest version, it changes from time to time.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]