Skip to content

Commit

Permalink
ci(自动化): 自动打包
Browse files Browse the repository at this point in the history
  • Loading branch information
liuyiwuqing committed Oct 14, 2024
1 parent 4f31ec2 commit c312abd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
sed -i "s/version=.*-SNAPSHOT$/version=$version/1" gradle.properties
./gradlew clean build -x test
- name: Archive plugin-picture-bed jar
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: plugin-picture-bed
path: |
Expand All @@ -75,7 +75,7 @@ jobs:
if: github.event_name == 'release'
steps:
- name: Download plugin-picture-bed jar
uses: actions/download-artifact@v2
uses: actions/download-artifact@v3
with:
name: plugin-picture-bed
path: build/libs
Expand Down

0 comments on commit c312abd

Please sign in to comment.