diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0728a8e..af73bd4 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -42,7 +42,7 @@ jobs: - uses: actions/checkout@v4.1.7 - uses: actions/download-artifact@v4.1.8 with: - path: output + path: files - name: Build uses: actions/jekyll-build-pages@v1.0.13 @@ -50,6 +50,9 @@ jobs: source: ./static destination: ./output + - name: Copy firmware and manifest + run: cp -r files/${{ needs.build.outputs.version }}/* output/ + - uses: actions/upload-pages-artifact@v3.0.1 with: path: output