Skip to content

Commit bc5c152

Browse files
committed
Adjust download path to compensate for breaking change
1 parent 7444d12 commit bc5c152

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -257,6 +257,9 @@ 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: packages
260263
- name: Publish to GitHub Packages
261264
if: ${{ github.event_name == 'push' || github.event_name == 'release' }}
262265
run: |

0 commit comments

Comments
 (0)