Skip to content

Commit

Permalink
Copy functions dir to root before publish
Browse files Browse the repository at this point in the history
  • Loading branch information
prasmussen committed Oct 29, 2023
1 parent 60806ec commit 8b3881f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/deploy_cloudflare_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@ jobs:
run: |
PATH="${PATH}:${HOME}/bin" poly build --release --hash-assets --script post_build.sh
- name: Copy functions directory to root
run: |
cp -rf glot_cloudflare/functions .
- name: Publish
uses: cloudflare/wrangler-action@2.0.0
with:
Expand Down

0 comments on commit 8b3881f

Please sign in to comment.