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 34b5f03 commit 1339405Copy full SHA for 1339405
.github/workflows/early-access-release.yml
@@ -38,11 +38,10 @@ jobs:
38
- name: Download native image'
39
uses: actions/download-artifact@v4
40
with:
41
- name: ${{ steps.shared-build.outputs.github-short-sha }}-jbang.bin-*
+ pattern: ${{ steps.shared-build.outputs.github-short-sha }}-jbang.bin-*
42
path: build/native-image
43
44
- name: Show workspace tree
45
run: |
46
echo "Workspace: $GITHUB_WORKSPACE"
47
- tree -a
48
- ls -la
+ tree -a build
0 commit comments