diff --git a/.github/workflows/early-access.yml b/.github/workflows/early-access.yml index e52f5bfda..32f2e042a 100644 --- a/.github/workflows/early-access.yml +++ b/.github/workflows/early-access.yml @@ -34,6 +34,12 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 + + - name: Download artifacts + uses: actions/download-artifact@v3 + with: + name: docs + path: docs - name: Download artifacts uses: actions/download-artifact@v3 diff --git a/.github/workflows/step-jlink.yml b/.github/workflows/step-jlink.yml index 7a169b494..3192f385e 100644 --- a/.github/workflows/step-jlink.yml +++ b/.github/workflows/step-jlink.yml @@ -72,6 +72,14 @@ jobs: - name: Dependencies run: | ls -l plugins/riot/build/dependencies/flat + + - name: Upload artifacts + uses: actions/upload-artifact@v4 + with: + retention-days: 1 + name: docs + path: | + docs/guide/build/guide/ - name: Upload artifacts uses: actions/upload-artifact@v4 @@ -82,7 +90,6 @@ jobs: plugins/riot/build/libs/ plugins/riot/build/dependencies/ plugins/riot/build/distributions/ - docs/guide/build/guide/ plugins/LICENSE - name: Stop Gradle daemon