aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/build-release-binaries.yml5
1 files changed, 5 insertions, 0 deletions
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.
###