aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 00:27:32 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-25 00:27:32 -0400
commite598e25bec69395e5398ae2f03f8ebc3e15a8db4 (patch)
treed00ec5c0a61f0fce5cedb698aa9da313dc2c26ae /.github/workflows
parent632baef054df36614705940cc51ad46972d6050d (diff)
downloaddonetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.tar.gz
donetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.tar.bz2
donetick-e598e25bec69395e5398ae2f03f8ebc3e15a8db4.zip
Update frontend build and copy step in Go Release workflow
Diffstat (limited to '')
-rw-r--r--.github/workflows/go-release.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml
index 25ab6ab..f492814 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -26,11 +26,11 @@ jobs:
node-version: '16'
- name: Install Dependencies
run: |
- cd frontend
+ cd frontend-code
npm install
- name: Build Frontend
run: |
- cd frontend
+ cd frontend-code
npm run build
- name: Copy Frontend
run: |