From 9809dd349eb50cea8bc217f610ef56a4fb5ecd43 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Thu, 5 Aug 2021 10:35:55 +0100 Subject: [PATCH] fix(test-build): build plan is needed by package job --- .github/workflows/test-build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/test-build.yml b/.github/workflows/test-build.yml index a6b2e9a..e8e723b 100644 --- a/.github/workflows/test-build.yml +++ b/.github/workflows/test-build.yml @@ -157,6 +157,11 @@ jobs: path: bin - name: Ensure emacs-builder is executable run: chmod +x bin/emacs-builder + - name: Download build-plan.yml artifact + uses: actions/download-artifact@v2 + with: + name: build-plan.yml + path: ./ - name: Install the Apple signing certificate run: | # create variables