aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 02:15:03 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 02:15:03 -0400
commit60d5b5f71b1e348e73ff4bdf048bfedf5ac82c27 (patch)
tree83a94742a42fed893c169e916fd5de10b82831f3 /.github/workflows
parent3ca76af1c6fd7da4c2641cc3fa67c41ed75728ad (diff)
downloaddonetick-60d5b5f71b1e348e73ff4bdf048bfedf5ac82c27.tar.gz
donetick-60d5b5f71b1e348e73ff4bdf048bfedf5ac82c27.tar.bz2
donetick-60d5b5f71b1e348e73ff4bdf048bfedf5ac82c27.zip
Update Go Release workflow to include frontend build and copy step
Diffstat (limited to '.github/workflows')
-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 80c0291..8308dad 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -34,8 +34,8 @@ jobs:
npm run build
- name: Copy Frontend
run: |
+ rm -rf ./frontend/dist/*
cp -r frontend-code/dist/ ./frontend/dist
-
- name: Set up Go
uses: actions/setup-go@v5
with: