Skip to content

Commit 05217a5

Browse files
committed
fix(workflow): 🐛 fixed issue in auto-creating GitHub release
1 parent 0a96978 commit 05217a5

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/pre-release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ jobs:
230230
with:
231231
fetch-depth: 0
232232

233+
- name: Download target folder
234+
uses: actions/download-artifact@v3
235+
with:
236+
name: target
237+
233238
- name: Create GitHub Release
234239
uses: softprops/action-gh-release@v1
235240
env:

.github/workflows/release.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,11 @@ jobs:
230230
with:
231231
fetch-depth: 0
232232

233+
- name: Download target folder
234+
uses: actions/download-artifact@v3
235+
with:
236+
name: target
237+
233238
- name: Create GitHub Release
234239
uses: softprops/action-gh-release@v1
235240
env:

0 commit comments

Comments
 (0)