diff options
| author | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:35:37 +0100 |
|---|---|---|
| committer | Ariel Costas Guerrero <94913521+arielcostas@users.noreply.github.com> | 2025-03-14 10:35:37 +0100 |
| commit | ba57248cadf064cf1325b31fd11524b5e5560ee1 (patch) | |
| tree | 853ffab0ba04522cb41f6071c11ce2ded5960a15 /.github/workflows | |
| parent | 64874cd871009ee17bac3784b83ab5e3371f8fa1 (diff) | |
Dist directory didn't exist...
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/production.yml | 1 |
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: |
