Skip to content

Commit

Permalink
refactor: 쉘 스크립트를 환경을 분리하여 관리 #415
Browse files Browse the repository at this point in the history
  • Loading branch information
leegwichan committed Nov 28, 2024
1 parent 9b7442f commit 056ce94
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
run: |
mkdir -p ${{ inputs.artifact_name }} && \
mv build/libs/*.jar ${{ inputs.artifact_name }}/${{ inputs.jar_name }} && \
mv scripts/* ${{ inputs.artifact_name }}/
mv scripts/${{ inputs.profile }}/* ${{ inputs.artifact_name }}/
- name: Upload artifact file
uses: actions/upload-artifact@v4
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 056ce94

Please sign in to comment.