|
@@ -124,9 +124,10 @@ jobs:
|
|
|
git push origin $NEW_TAG
|
|
git push origin $NEW_TAG
|
|
|
|
|
|
|
|
- name: Download Artifacts
|
|
- name: Download Artifacts
|
|
|
- uses: actions/download-artifact@v4
|
|
|
|
|
|
|
+ uses: actions/download-artifact@v5
|
|
|
with:
|
|
with:
|
|
|
path: ./downloaded-artifacts
|
|
path: ./downloaded-artifacts
|
|
|
|
|
+ pattern: '*-make'
|
|
|
|
|
|
|
|
- name: Set release body
|
|
- name: Set release body
|
|
|
run: |
|
|
run: |
|