From d88d17cacef0dc6e3aa7e5e048e13665fa526605 Mon Sep 17 00:00:00 2001 From: Sven-Hendrik Haase Date: Sun, 29 Aug 2021 05:52:30 +0200 Subject: Upload artifacts when building release binaries We always do this unconditionally so that we can even check out artifacts from PRs. --- .github/workflows/build-release-binaries.yml | 5 +++++ 1 file changed, 5 insertions(+) (limited to '.github/workflows') diff --git a/.github/workflows/build-release-binaries.yml b/.github/workflows/build-release-binaries.yml index efe69e9..efed1c1 100644 --- a/.github/workflows/build-release-binaries.yml +++ b/.github/workflows/build-release-binaries.yml @@ -144,6 +144,11 @@ jobs: strip: ${{ matrix.strip }} if: ${{ matrix.compress }} + - name: Upload artifact + uses: actions/upload-artifact@v2 + with: + path: ${{ matrix.artifact_name }} + ### # Below this line, steps will only be ran if a tag was pushed. ### -- cgit v1.2.3