summaryrefslogtreecommitdiffstats
path: root/.github/workflows/checks.yml
diff options
context:
space:
mode:
authorAustin S. Hemmelgarn <austin@netdata.cloud>2021-09-27 10:59:01 -0400
committerGitHub <noreply@github.com>2021-09-27 10:59:01 -0400
commite9409a8db09bc966d499d9b12e4b053483b76ef6 (patch)
tree133efe34d724c1a62b1ff78f34301c6892bfc8cb /.github/workflows/checks.yml
parentf183dc8aead7d2e64eb97e169b89d6cc90d78aa5 (diff)
Add archive uploads for dist, package build, and static build checks. (#11534)
Diffstat (limited to '.github/workflows/checks.yml')
-rw-r--r--.github/workflows/checks.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml
index 78f926f42a..1efc341fd8 100644
--- a/.github/workflows/checks.yml
+++ b/.github/workflows/checks.yml
@@ -77,6 +77,11 @@ jobs:
run: |
ls -lah netdata-*.tar.gz
echo "DISTFILE=$(ls netdata-*.tar.gz)" >> $GITHUB_ENV
+ - name: Save Packages
+ uses: actions/upload-artifact@v2
+ with:
+ name: dist-archive
+ path: ${{ github.workspace }}/${{ env.DISTFILE }}
- name: Run run_install_with_dist_file.sh
run: |
./.github/scripts/run_install_with_dist_file.sh "${DISTFILE}"