We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35410e3 commit f429da2Copy full SHA for f429da2
.github/workflows/publish.yml
@@ -32,6 +32,11 @@ jobs:
32
uses: actions/checkout@v4
33
with:
34
fetch-depth: 0
35
+ - name: Download build artifacts
36
+ uses: actions/download-artifact@v4
37
+ with:
38
+ name: build-artifacts
39
+ path: build-artifacts
40
- name: Get git info
41
id: get_git_info
42
run: |
@@ -104,6 +109,11 @@ jobs:
104
109
105
110
106
111
112
113
114
115
116
107
117
108
118
119
0 commit comments