Skip to content

Commit

Permalink
fix: fix spec path
Browse files Browse the repository at this point in the history
  • Loading branch information
cstrnt committed Sep 8, 2021
1 parent 0e22b7a commit 1071599
Showing 1 changed file 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 @@ -54,7 +54,7 @@ jobs:
path: backend
- name: Add @latest to cache
run: |
cp ./specs.zip ./backend/public/specs.zip
cp ./specs.zip ./backend/src/public/specs.zip
cd backend
git config user.name "Build Action"
git config user.email "[email protected]"
Expand Down

0 comments on commit 1071599

Please sign in to comment.