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 4744208 commit c2c475bCopy full SHA for c2c475b
.github/workflows/_download-latest-package-info.yml
@@ -58,7 +58,6 @@ jobs:
58
59
- name: Download JAR and prepare artifacts
60
run: |
61
- mkdir release
62
curl -L "${{ fromJson(steps.info.outputs.latestJson)[0].url }}" -o "release/${{ fromJson(steps.info.outputs.latestJson)[0].name }}"
63
mv compactmachines.json release/compactmachines.json
64
0 commit comments