Skip to content

Commit 70fa0bc

Browse files
committed
Adjust download path to compensate for breaking change
1 parent e9d7f7d commit 70fa0bc

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,13 @@ jobs:
257257
uses: smorimoto/tune-github-hosted-runner-network@v1
258258
- name: Download artifacts
259259
uses: actions/download-artifact@v5
260+
with:
261+
name: packages
262+
path: artifacts/packages
263+
264+
- name: Verify download
265+
run: ls -al ${{ github.workspace }}/packages
266+
260267
- name: Publish to GitHub Packages
261268
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262269
run: |

0 commit comments

Comments
 (0)