mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 08:38:23 +01:00
added artifacts
This commit is contained in:
parent
5a5d0fab88
commit
a0b53e7901
12
.github/workflows/cmake.yml
vendored
12
.github/workflows/cmake.yml
vendored
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user