Skip to content

Commit 1b253b4

Browse files
Update artifact download path from builds to dist in GitHub Actions workflow
1 parent e7a7e9c commit 1b253b4

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
@@ -73,7 +73,7 @@ jobs:
7373
- uses: actions/download-artifact@v7
7474
with:
7575
name: updater
76-
path: builds
76+
path: dist
7777

7878
- name: Create a Pull Request
7979
uses: peter-evans/create-pull-request@v8

0 commit comments

Comments
 (0)