Skip to content

Commit

Permalink
fix: 무중단 배포 github action v1.5 #327
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Oct 23, 2024
1 parent c6f5d44 commit 931e0f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/be-cd-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: mkdir -p ${{ env.ARTIFACT_NAME }} && mv build/libs/*.jar ${{ env.ARTIFACT_NAME }}/${{ env.JAR_NAME }}

- name: Move scripts file
run: mv scripts/ ${{ env.ARTIFACT_NAME }}/
run: mv scripts/* ${{ env.ARTIFACT_NAME }}/

- name: Upload artifact file
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit 931e0f6

Please sign in to comment.