Skip to content

Commit

Permalink
ci: 파일명에 태그를 넣어서 picdiary-back-v0.0.1.jar 빌드 및 배포
Browse files Browse the repository at this point in the history
  • Loading branch information
DrumRobot committed Apr 2, 2024
1 parent 6304d11 commit 2982f1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./build/libs/*.jar
asset_name: picdiary-back.jar
asset_path: ./build/libs/picdiary-back-${{ github.ref }}.jar
asset_name: picdiary-back-${{ github.ref }}.jar
asset_content_type: application/java-archive
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group = 'com.selfstudy'
version = '0.0.1-SNAPSHOT'
version = 'v0.0.1'

configurations {
compileOnly {
Expand Down

0 comments on commit 2982f1e

Please sign in to comment.