Skip to content

Commit

Permalink
Update built-and-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Pleasurecruise authored Sep 5, 2024
1 parent 9072044 commit e3ec9b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/built-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,10 +31,10 @@ jobs:
servers: ''

- name: Build with Maven
run: mvn package -B -DskipTests --file backend/pom.xml
run: mvn package -B -DskipTests --file ./pom.xml

- name: GH Release
uses: softprops/action-gh-release@v2
with:
files: backend/wall-server/target/wall-server-*.jar
files: ./target/wall-server-*.jar
tag_name: wechat_auto_reply-v1.0

0 comments on commit e3ec9b8

Please sign in to comment.