From 195a5f9775a24832e616812715c394e1234a9331 Mon Sep 17 00:00:00 2001 From: Jim Myhrberg Date: Sat, 23 Oct 2021 16:32:12 +0100 Subject: [PATCH] chore(build): upload emacs source tarball as build artifact --- .github/workflows/_build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/_build.yml b/.github/workflows/_build.yml index 04854df..a740f9f 100644 --- a/.github/workflows/_build.yml +++ b/.github/workflows/_build.yml @@ -157,6 +157,11 @@ jobs: name: ${{ inputs.artifact_prefix }}unsigned-app path: builds/*.tbz if-no-files-found: error + - name: Upload Emacs source artifact + uses: actions/upload-artifact@v2 + with: + name: ${{ inputs.artifact_prefix }}emacs-source + path: tarballs/*.tgz package: runs-on: ${{ inputs.os }}