diff --git a/.github/workflows/frontend-build.yml b/.github/workflows/frontend-build.yml index 961342c85..cb4c25fb6 100644 --- a/.github/workflows/frontend-build.yml +++ b/.github/workflows/frontend-build.yml @@ -56,7 +56,7 @@ jobs: name: web-main-static path: | frontend/static - frontend/teplates/frontend/*.html + frontend/templates/frontend/*.html - name: 'Archive Node App Static Build Results' uses: actions/upload-artifact@v4 with: @@ -64,7 +64,7 @@ jobs: path: | nodeapp/static nodeapp/*.html - frontend/teplates/frontend/*.html + frontend/templates/frontend/*.html - name: 'Archive Desktop App Static Build Results' uses: actions/upload-artifact@v4 with: diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 72e6b4090..eee9dade9 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -30,14 +30,15 @@ jobs: - name: 'Checkout' uses: actions/checkout@v4 - - name: 'Download static files Artifact for a release' - uses: actions/download-artifact@v4 + - name: 'Download static files Artifact' + uses: dawidd6/action-download-artifact@v6 with: workflow: frontend-build.yml + workflow_conclusion: success name: web-main-static path: | frontend/static - frontend/teplates/frontend/*.html + frontend/templates/frontend/*.html - name: Patch Dockerfile and .env-sample run: |