From 095ff040ee059c18efed5346e5d43553a9b6834c Mon Sep 17 00:00:00 2001 From: Franck Cornu Date: Mon, 27 Nov 2023 10:37:53 -0500 Subject: [PATCH] - Updated workflow --- .github/workflows/publish.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 22cf6f8..66cecce 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -100,6 +100,8 @@ jobs: node-version: '16' - uses: actions/download-artifact@v3 + with: + name: build_dist - uses: pnpm/action-setup@v2 with: @@ -223,7 +225,8 @@ jobs: - name: Upload artifact uses: actions/upload-artifact@v3 with: - path: ${{ github.workspace }}/**/dist/* + name: build_dist + path: ${{ github.workspace }}/**/dist publish_components: runs-on: ubuntu-latest @@ -245,6 +248,8 @@ jobs: fetch-depth: 0 - uses: actions/download-artifact@v3 + with: + name: build_dist - name: Publish run: npm publish