Skip to content

Commit f6f8529

Browse files
committed
Try to get download@5 working again
1 parent 6df7d8c commit f6f8529

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -258,8 +258,9 @@ jobs:
258258
- name: Download artifacts
259259
uses: actions/download-artifact@v5
260260
with:
261-
name: packages
262-
path: packages
261+
path: test-artefacts
262+
- name: Verify download
263+
run: ls -al ${{ github.workspace }}
263264
- name: Publish to GitHub Packages
264265
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
265266
run: |

0 commit comments

Comments
 (0)