From 4bf9287ea669233463a7ff8f4de2c449f4809f55 Mon Sep 17 00:00:00 2001 From: Jen Jones Arnesen Date: Tue, 11 Jun 2024 14:16:50 +0200 Subject: [PATCH] Revert "chore: try uploading artifact to current repo" This reverts commit 000ec167a93a0197c021a40251a75c3ddd59c61e. --- .github/workflows/copy-build-to-d2-ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/copy-build-to-d2-ci.yml b/.github/workflows/copy-build-to-d2-ci.yml index 3e9aa7852..0681e7e91 100644 --- a/.github/workflows/copy-build-to-d2-ci.yml +++ b/.github/workflows/copy-build-to-d2-ci.yml @@ -35,14 +35,6 @@ jobs: - name: Build package run: yarn build - - uses: actions/upload-artifact@v2 - with: - name: lib-build - path: | - **/build - !**/node_modules - retention-days: 2 - - name: Pack and unpack the build to a directory named 'package' run: yarn pack --filename output.tgz && tar -xzf output.tgz