Skip to content

Commit

Permalink
chore: artifact 파일명 설정 로직 작성 #81
Browse files Browse the repository at this point in the history
  • Loading branch information
PgmJun committed Sep 9, 2024
1 parent caefef5 commit e60e4bc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/be-cd-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,11 +27,14 @@ jobs:
- name: bootJar with Gradle
run: ./gradlew bootJar -PcreateRestDocs

- name: Change artifact file name
run: mv build/libs/*.jar build/libs/app.jar

- name: Upload artifact file
uses: actions/upload-artifact@v4
with:
name: app-artifact
path: build/libs/*.jar
path: build/libs/app.jar

deploy:
needs: build
Expand Down

0 comments on commit e60e4bc

Please sign in to comment.