Skip to content

Commit

Permalink
ci: fix vercel release path
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva committed Jun 15, 2022
1 parent deffda7 commit 6e2bbaf
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 @@ -140,7 +140,7 @@ jobs:
path: resources

- name: Copy built app to a vercel prod deploy folder
run: mkdir -p vercel-prod/vercel-static/athens && cp -R resources/public/. vercel-prod/vercel-static/athens/
run: mkdir -p vercel-release/vercel-static/athens && cp -R resources/public/. vercel-release/vercel-static/athens/

- uses: amondnet/vercel-action@v20
with:
Expand Down

0 comments on commit 6e2bbaf

Please sign in to comment.