added artifacts

This commit is contained in:
Charlton, Scott R 2021-09-15 08:36:19 -06:00
parent 5a5d0fab88
commit a0b53e7901

View File

@ -52,7 +52,7 @@ jobs:
# echo REL=${{ needs.init.outputs.REL }} # echo REL=${{ needs.init.outputs.REL }}
# echo DATE=${{ needs.init.outputs.DATE }} # echo DATE=${{ needs.init.outputs.DATE }}
replace: distcheck:
needs: [init] needs: [init]
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
@ -147,6 +147,16 @@ jobs:
done done
cd _build && make dist-zip && cd .. 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: # build:
# needs: [init] # needs: [init]
# # The CMake configure and build commands are platform agnostic and should work equally # # The CMake configure and build commands are platform agnostic and should work equally