Skip to content

Commit

Permalink
Update compile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
whwlsfb authored Aug 4, 2023
1 parent c1472fd commit cc194a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ jobs:
run: mvn -B package --file pom.xml
- run: mkdir release && cp target/*-full.jar release
- run: echo "NOW=$(date +'%Y%m%dT%H%M%S')" >> $GITHUB_ENV

- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: dev-${{ env.NOW }}
prerelease: true
title: Auto Build - ${{ env.NOW }}
files: release/*.jar
- name: Upload artifact
uses: actions/[email protected]
with:
Expand Down

0 comments on commit cc194a5

Please sign in to comment.