diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d25676f6..211ba652 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -125,7 +125,6 @@ jobs: if: github.event_name == 'pull_request' uses: actions/upload-artifact@v7 with: - name: extension-pr-${{ github.event.pull_request.number }} path: ${{ steps.setup.outputs.packageName }} if-no-files-found: error retention-days: 7 @@ -135,7 +134,6 @@ jobs: if: github.event_name == 'push' && github.ref == 'refs/heads/main' uses: actions/upload-artifact@v7 with: - name: extension-main-${{ github.sha }} path: ${{ steps.setup.outputs.packageName }} if-no-files-found: error archive: false diff --git a/.github/workflows/pre-release.yaml b/.github/workflows/pre-release.yaml index 151875f6..4c50ca19 100644 --- a/.github/workflows/pre-release.yaml +++ b/.github/workflows/pre-release.yaml @@ -66,7 +66,6 @@ jobs: name: extension-${{ steps.version.outputs.version }} path: ${{ steps.setup.outputs.packageName }} if-no-files-found: error - archive: false publish: name: Publish Extension and Create Pre-Release diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 673a423d..17c43c74 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -66,7 +66,6 @@ jobs: name: extension-${{ steps.version.outputs.version }} path: ${{ steps.setup.outputs.packageName }} if-no-files-found: error - archive: false publish: name: Publish Extension and Create Release