Update workflow.yaml

This commit is contained in:
longjuan
2022-12-16 14:08:43 +08:00
committed by GitHub
parent 95c58c6081
commit 6847fa2e68

View File

@@ -30,7 +30,7 @@ jobs:
- name: Archive plugin-alioss jar
uses: actions/upload-artifact@v2
with:
name: plugin-alioss
name: halo-plugin-s3os
path: |
build/libs/*.jar
retention-days: 1
@@ -43,7 +43,7 @@ jobs:
- name: Download plugin-alioss jar
uses: actions/download-artifact@v2
with:
name: plugin-alioss
name: halo-plugin-s3os
path: build/libs
- name: Get Name of Artifact
id: get_artifact