Skip to content

Commit 8479230

Browse files
Merge pull request #383 from DashAISoftware/develop
Added download for the frontend artifact so the upload works
2 parents efb93d4 + 77758e5 commit 8479230

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,16 @@ jobs:
4949
- name: Checkout code
5050
uses: actions/checkout@v4
5151

52+
- name: Download frontend build artifact
53+
uses: actions/download-artifact@v4
54+
with:
55+
name: react-build
56+
path: DashAI/front/build
57+
5258
- name: Set up Python
5359
uses: actions/setup-python@v5
5460
with:
55-
python-version: '3.10'
61+
python-version: '3.12'
5662

5763
- name: Install build tools
5864
run: |

0 commit comments

Comments
 (0)