fix workdir
This commit is contained in:
parent
1f8cc2139b
commit
a0f59473f2
|
|
@ -108,7 +108,7 @@ jobs:
|
||||||
for filename in OpenLens-${{ env.LENS_VERSION }}*; do shasum -a 256 ${filename} | tee ${filename}.sha256 ; done
|
for filename in OpenLens-${{ env.LENS_VERSION }}*; do shasum -a 256 ${filename} | tee ${filename}.sha256 ; done
|
||||||
fi
|
fi
|
||||||
shell: bash
|
shell: bash
|
||||||
working-directory: lens/dist
|
working-directory: lens/packages/open-lens/dist
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v3
|
- uses: actions/upload-artifact@v3
|
||||||
if: github.ref != 'refs/heads/main'
|
if: github.ref != 'refs/heads/main'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue