fix workflow <on_push> download-artifact using 'name' instead of 'pattern' resulted in non working.

This commit is contained in:
dxl
2025-04-02 13:43:21 +08:00
parent 5784966c3a
commit e4648b593d
+2 -2
View File
@@ -28,7 +28,7 @@ jobs:
- name: Download release artifacts
uses: actions/download-artifact@v4
with:
name: release-artifacts-*
pattern: release-artifacts-*
merge-multiple: true
path: release-artifacts
- name: Upload to dev release
@@ -65,7 +65,7 @@ jobs:
- name: Download release artifacts
uses: actions/download-artifact@v4
with:
name: release-artifacts-*
pattern: release-artifacts-*
merge-multiple: true
path: release-artifacts
- name: Upload to tagged release