diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 72d88dde..d13e095a 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -76,5 +76,5 @@ jobs: if: github.ref == 'refs/heads/main' uses: actions/upload-artifact@v4 with: - name: progress.json + name: progress path: progress.json diff --git a/.github/workflows/website.yml b/.github/workflows/website.yml index 53cf1b47..ae73910c 100644 --- a/.github/workflows/website.yml +++ b/.github/workflows/website.yml @@ -14,9 +14,6 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: actions/setup-dotnet@v4 - with: - dotnet-version: "8.x.x" - name: Checkout website code uses: actions/checkout@v4 with: @@ -26,9 +23,13 @@ jobs: - name: Download artifact uses: actions/download-artifact@v4 with: - name: progress.json + name: progress path: ./website + - uses: actions/setup-dotnet@v4 + with: + dotnet-version: "8.x.x" + - name: Build Website run: | cd website