Skip to content

Commit 5b930c8

Browse files
authored
Merge pull request #169 from WasiqBhamla/develop
🎉 PR: New Release candidate
2 parents d1f346c + 05217a5 commit 5b930c8

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)