Skip to content

Commit

Permalink
Update server-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zzawang authored May 20, 2024
1 parent a430b33 commit 025aee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/server-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

- name: Make application.properties
run: |
cd .be/issue-tracker/src/main/resources
cd ./be/issue-tracker/src/main/resources
pwd
touch ./application.properties
echo "${{ secrets.PROPERTIES }}" > ./application.properties
Expand Down

0 comments on commit 025aee0

Please sign in to comment.