From a0b53e7901c55f8d0b56bd896dbcb244f1def620 Mon Sep 17 00:00:00 2001 From: "Charlton, Scott R" Date: Wed, 15 Sep 2021 08:36:19 -0600 Subject: [PATCH] added artifacts --- .github/workflows/cmake.yml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index a8e58657..9a5eea1f 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -52,7 +52,7 @@ jobs: # echo REL=${{ needs.init.outputs.REL }} # echo DATE=${{ needs.init.outputs.DATE }} - replace: + distcheck: needs: [init] runs-on: ubuntu-latest steps: @@ -147,6 +147,16 @@ jobs: done cd _build && make dist-zip && cd .. + - uses: actions/upload-artifact@v2 + with: + name: tarball + path: ${{github.workspace}}/_build/*.tar.gz + + - uses: actions/upload-artifact@v2 + with: + name: zipball + path: ${{github.workspace}}/_build/*.zip + # build: # needs: [init] # # The CMake configure and build commands are platform agnostic and should work equally