aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 10:35:37 +0100
committerAriel Costas Guerrero <94913521+arielcostas@users.noreply.github.com>2025-03-14 10:35:37 +0100
commitba57248cadf064cf1325b31fd11524b5e5560ee1 (patch)
tree853ffab0ba04522cb41f6071c11ce2ded5960a15 /.github
parent64874cd871009ee17bac3784b83ab5e3371f8fa1 (diff)
Dist directory didn't exist...
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/production.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/production.yml b/.github/workflows/production.yml
index b0da2e8..d8fb541 100644
--- a/.github/workflows/production.yml
+++ b/.github/workflows/production.yml
@@ -40,6 +40,7 @@ jobs:
uses: actions/download-artifact@v4
with:
name: production
+ path: dist
- name: Connect to tailnet
uses: tailscale/github-action@v3
with: