mirror of https://github.com/CGAL/cgal
RUNNER_TEMP is not passed from step to step
Use ./ instead
This commit is contained in:
parent
974df953f9
commit
6c6ae1f732
|
|
@ -27,9 +27,9 @@ jobs:
|
|||
run: sudo apt-get install -y cmake
|
||||
- name: Create CGAL internal release
|
||||
run: |
|
||||
mkdir -p $RUNNER_TEMP/release
|
||||
cmake -DDESTINATION=$RUNNER_TEMP/release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake
|
||||
mkdir -p ./release
|
||||
cmake -DDESTINATION=./release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake
|
||||
- name: REUSE lint release tarball
|
||||
uses: fsfe/reuse-action@v1
|
||||
with:
|
||||
args: --root $RUNNER_TEMP/release/CGAL-9.9 --include-submodules lint
|
||||
args: --root ./release/CGAL-9.9 --include-submodules lint
|
||||
|
|
|
|||
Loading…
Reference in New Issue