mirror of
https://git.gfz-potsdam.de/naaice/iphreeqc.git
synced 2025-12-16 16:44:49 +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 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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user