Skip to content

Commit 5d43c49

Browse files
committed
node test
1 parent 962487a commit 5d43c49

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/exportAndPushToNode.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,10 @@ jobs:
4040
mv out dashboard
4141
cd dashboard
4242
mkdir chatbot-ui
43-
mv index.html ./chatbot-ui
44-
mv favicon.png ./chatbot-ui
45-
mv ../public/dashboard/index.html ./dashboard
43+
mv index.html chatbot-ui
44+
mv favicon.png chatbot-ui
45+
cd ../
46+
mv public/dashboard/index.html dashboard
4647
tar czvf dashboard.tar.gz dashboard
4748
4849
- name: Create Release
@@ -60,6 +61,6 @@ jobs:
6061
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
6162
with:
6263
upload_url: ${{ steps.create_release.outputs.upload_url }}
63-
asset_path: ./dashboard.tar.gz
64+
asset_path: dashboard.tar.gz
6465
asset_name: dashboard.tar.gz
6566
asset_content_type: application/zip

0 commit comments

Comments
 (0)