diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87a6710d..b914f6a8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: - name: Generate docs run: | node sdkdo docs - zip -r docs.zip docs/${{ steps.pkgjson.outputs.packageVersion }}/refs + zip -r docs.zip docs-${{ steps.pkgjson.outputs.packageVersion }} - name: Upload Artifact uses: actions/upload-artifact@v3