diff --git a/.github/workflows/actions/build-core-stencil-eval/action.yml b/.github/workflows/actions/build-core-stencil-eval/action.yml index 39c6be91d9..6884851e76 100644 --- a/.github/workflows/actions/build-core-stencil-eval/action.yml +++ b/.github/workflows/actions/build-core-stencil-eval/action.yml @@ -43,8 +43,3 @@ runs: name: ionic-core output: core/CoreBuild.zip paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts - - uses: ./.github/workflows/actions/upload-archive - with: - name: ionic-core-src - output: core/CoreSrc.zip - paths: core/src diff --git a/.github/workflows/actions/build-core/action.yml b/.github/workflows/actions/build-core/action.yml index 7d725ff1f3..7edef6f480 100644 --- a/.github/workflows/actions/build-core/action.yml +++ b/.github/workflows/actions/build-core/action.yml @@ -23,8 +23,3 @@ runs: name: ionic-core output: core/CoreBuild.zip paths: core/dist core/components core/css core/hydrate core/loader core/src/components.d.ts - - uses: ./.github/workflows/actions/upload-archive - with: - name: ionic-core-src - output: core/CoreSrc.zip - paths: core/src diff --git a/.github/workflows/actions/test-core-screenshot/action.yml b/.github/workflows/actions/test-core-screenshot/action.yml index d8282bd1b6..458fa1872a 100644 --- a/.github/workflows/actions/test-core-screenshot/action.yml +++ b/.github/workflows/actions/test-core-screenshot/action.yml @@ -18,11 +18,6 @@ runs: name: ionic-core path: ./core filename: CoreBuild.zip - - uses: ./.github/workflows/actions/download-archive - with: - name: ionic-core-src - path: ./core - filename: CoreSrc.zip - name: Install Playwright Dependencies run: npm install && npx playwright install && npx playwright install-deps shell: bash