Skip to content

Commit

Permalink
Update deployment.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hyunw9 committed Aug 19, 2024
1 parent 52661f6 commit 3df3073
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@ jobs:

- name: make menu data
run: |
cd ./src/main/resources
cd $GITHUB_WORKSPACE/src/main/resources
touch ./menu_final.txt
echo "${{ secrets.ENV_MENU_FINAL }}" > ./menu_final.txt
echo "${{ secrets.ENV_MENU_FINAL }}" > $GITHUB_WORKSPACE/src/main/resources/menu_final.txt
shell: bash
env:
LC_ALL : C.UTF-8
Expand Down

0 comments on commit 3df3073

Please sign in to comment.