From 25b9295986f9614e339d1db1a5f3aa8d2ff9dcfa Mon Sep 17 00:00:00 2001 From: avcopan Date: Thu, 25 Sep 2025 11:51:59 -0400 Subject: [PATCH] Fix working directory for upload --- .github/workflows/static-build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/static-build.yml b/.github/workflows/static-build.yml index 620faae..c7ff067 100644 --- a/.github/workflows/static-build.yml +++ b/.github/workflows/static-build.yml @@ -26,5 +26,6 @@ jobs: - name: Upload if: ${{ github.ref == 'refs/heads/master' && github.repository_owner == 'Auto-Mech'}} run: pixi run upload || true + working-directory: static/ env: ANACONDA_API_KEY: ${{ secrets.ANACONDA_API_KEY }} \ No newline at end of file