2 parents efb93d4 + 77758e5 commit 8479230Copy full SHA for 8479230
1 file changed
.github/workflows/publish.yml
@@ -49,10 +49,16 @@ jobs:
49
- name: Checkout code
50
uses: actions/checkout@v4
51
52
+ - name: Download frontend build artifact
53
+ uses: actions/download-artifact@v4
54
+ with:
55
+ name: react-build
56
+ path: DashAI/front/build
57
+
58
- name: Set up Python
59
uses: actions/setup-python@v5
60
with:
- python-version: '3.10'
61
+ python-version: '3.12'
62
63
- name: Install build tools
64
run: |
0 commit comments