fix workdir

This commit is contained in:
Megrez Lu 2023-01-29 18:13:43 +08:00
parent 1f8cc2139b
commit a0f59473f2
1 changed files with 1 additions and 1 deletions

View File

@ -108,7 +108,7 @@ jobs:
for filename in OpenLens-${{ env.LENS_VERSION }}*; do shasum -a 256 ${filename} | tee ${filename}.sha256 ; done
fi
shell: bash
working-directory: lens/dist
working-directory: lens/packages/open-lens/dist
- uses: actions/upload-artifact@v3
if: github.ref != 'refs/heads/main'