Skip to content

Commit 139131b

Browse files
committed
fix: Rename workflow to 'On Release' and add path for downloaded artifacts
1 parent 2818d3c commit 139131b

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/OnRelease.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: On Push
1+
name: On Release
22
#for every push on any branch
33
on:
44
release:
@@ -94,6 +94,8 @@ jobs:
9494
uses: actions/download-artifact@v4
9595
with:
9696
name: package-artifacts-3.12-${{ github.event.release.tag_name }}
97+
path: dist
98+
9799

98100
- name: Publish release assets
99101
uses: AButler/upload-release-assets@v3.0

0 commit comments

Comments
 (0)