Skip to content

Commit 193416d

Browse files
Merge pull request #44
Update artifact download path from `builds` to `dist` in GitHub Actions workflow
2 parents a1879e0 + 1b253b4 commit 193416d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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)