Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWangY authored Feb 25, 2024
1 parent 70bc93f commit 4ac5a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
run: |
mkdir private_key
echo "${{ secrets.SERVICE_ACCOUNT_SECRET }}" > private_key/private.json
working-directory: server/
working-directory: server/src

- name: Compile TypeScript files
run: npx tsc
Expand Down

0 comments on commit 4ac5a90

Please sign in to comment.