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