Skip to content

Commit

Permalink
Merge pull request halo-dev#3 from longjuan/dev-update-workflow
Browse files Browse the repository at this point in the history
Update workflow.yaml
  • Loading branch information
longjuan authored Dec 16, 2022
2 parents 4182a30 + bb4d50c commit 63766d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
version=${version#v}
sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
./gradlew clean build -x test
- name: Archive plugin-alioss jar
- name: Archive halo-plugin-s3os jar
uses: actions/upload-artifact@v2
with:
name: halo-plugin-s3os
Expand All @@ -40,7 +40,7 @@ jobs:
needs: build
if: github.event_name == 'release'
steps:
- name: Download plugin-alioss jar
- name: Download halo-plugin-s3os jar
uses: actions/download-artifact@v2
with:
name: halo-plugin-s3os
Expand Down

0 comments on commit 63766d4

Please sign in to comment.