aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-26 01:08:34 -0400
committerLibravatar Mo Tarbin <mhed.t91@gmail.com>2024-07-26 01:08:34 -0400
commit51acd96a6f2de2e71c14c82eb8cc08bbf693c7e2 (patch)
tree4e68cd5e5f475bcc73b7b7dcaf4daad403404965 /.github/workflows
parentc65fae9c6cb86d18ad0fbd5c83aac9532317c98e (diff)
downloaddonetick-51acd96a6f2de2e71c14c82eb8cc08bbf693c7e2.tar.gz
donetick-51acd96a6f2de2e71c14c82eb8cc08bbf693c7e2.tar.bz2
donetick-51acd96a6f2de2e71c14c82eb8cc08bbf693c7e2.zip
Update Go Release workflow to fix frontend build and copy step
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/go-release.yml7
1 files changed, 1 insertions, 6 deletions
diff --git a/.github/workflows/go-release.yml b/.github/workflows/go-release.yml
index d82200e..ff14aeb 100644
--- a/.github/workflows/go-release.yml
+++ b/.github/workflows/go-release.yml
@@ -37,12 +37,7 @@ jobs:
run: |
rm -rf ./frontend/dist
cp -r frontend-code/dist ./frontend/dist
- - name: List all folders
- run: |
- ls -R
- - name: List all folders 2
- run: |
- ls -R ./frontend/dist
+
- name: Set up Go
uses: actions/setup-go@v5
with: