Skip to content

Commit f429da2

Browse files
committed
omg x 2
Signed-off-by: Hendrix-Shen <[email protected]>
1 parent 35410e3 commit f429da2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.github/workflows/publish.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
35+
- name: Download build artifacts
36+
uses: actions/download-artifact@v4
37+
with:
38+
name: build-artifacts
39+
path: build-artifacts
3540
- name: Get git info
3641
id: get_git_info
3742
run: |
@@ -104,6 +109,11 @@ jobs:
104109
uses: actions/checkout@v4
105110
with:
106111
fetch-depth: 0
112+
- name: Download build artifacts
113+
uses: actions/download-artifact@v4
114+
with:
115+
name: build-artifacts
116+
path: build-artifacts
107117
- name: Get git info
108118
id: get_git_info
109119
run: |

0 commit comments

Comments
 (0)