Skip to content

Commit 1339405

Browse files
committed
chore: use pattern for download
1 parent 34b5f03 commit 1339405

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/early-access-release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,10 @@ jobs:
3838
- name: Download native image'
3939
uses: actions/download-artifact@v4
4040
with:
41-
name: ${{ steps.shared-build.outputs.github-short-sha }}-jbang.bin-*
41+
pattern: ${{ steps.shared-build.outputs.github-short-sha }}-jbang.bin-*
4242
path: build/native-image
4343

4444
- name: Show workspace tree
4545
run: |
4646
echo "Workspace: $GITHUB_WORKSPACE"
47-
tree -a
48-
ls -la
47+
tree -a build

0 commit comments

Comments
 (0)