Skip to content

Commit e3c97b6

Browse files
authored
Change artifact download path to 'packages'
Update the download path for artifacts in build.yml
1 parent 70fa0bc commit e3c97b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ jobs:
259259
uses: actions/download-artifact@v5
260260
with:
261261
name: packages
262-
path: artifacts/packages
262+
path: packages
263263

264264
- name: Verify download
265265
run: ls -al ${{ github.workspace }}/packages

0 commit comments

Comments
 (0)