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.
2 parents d1f346c + 05217a5 commit 5b930c8Copy full SHA for 5b930c8
.github/workflows/pre-release.yml
@@ -230,6 +230,11 @@ jobs:
230
with:
231
fetch-depth: 0
232
233
+ - name: Download target folder
234
+ uses: actions/download-artifact@v3
235
+ with:
236
+ name: target
237
+
238
- name: Create GitHub Release
239
uses: softprops/action-gh-release@v1
240
env:
.github/workflows/release.yml
0 commit comments