aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/go-release.yml
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 02:05:38 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 02:05:38 -0400
commit3ca76af1c6fd7da4c2641cc3fa67c41ed75728ad (patch)
treee803cfa5ea594f0c708b6fdcb31f85d78e50ea9c /.github/workflows/go-release.yml
parentf303a62338f1c6709c09e60659cad2580bb8bbdb (diff)
downloaddonetick-3ca76af1c6fd7da4c2641cc3fa67c41ed75728ad.tar.gz
donetick-3ca76af1c6fd7da4c2641cc3fa67c41ed75728ad.tar.bz2
donetick-3ca76af1c6fd7da4c2641cc3fa67c41ed75728ad.zip
Update Go Release workflow to include frontend build and copy step
Diffstat (limited to '')
-rw-r--r--.github/workflows/go-release.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml
index afbb321..80c0291 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -34,7 +34,7 @@ jobs:
npm run build
- name: Copy Frontend
run: |
- cp -r frontend-code/dist ./frontend/dist
+ cp -r frontend-code/dist/ ./frontend/dist
- name: Set up Go
uses: actions/setup-go@v5