aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 01:54:02 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 01:54:02 -0400
commitf303a62338f1c6709c09e60659cad2580bb8bbdb (patch)
treea1ca3ba2180c01bc39588a1b2db6151efcee454e
parent33b338938419fc71c577d5d3609eda402b01b500 (diff)
downloaddonetick-f303a62338f1c6709c09e60659cad2580bb8bbdb.tar.gz
donetick-f303a62338f1c6709c09e60659cad2580bb8bbdb.tar.bz2
donetick-f303a62338f1c6709c09e60659cad2580bb8bbdb.zip
Update Go Release workflow to include frontend build and copy step
-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 f7a2ee5..afbb321 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