diff --git a/.github/workflows/reuse.yml b/.github/workflows/reuse.yml index 6c8c54b6981..2a97e90458f 100644 --- a/.github/workflows/reuse.yml +++ b/.github/workflows/reuse.yml @@ -27,9 +27,9 @@ jobs: run: sudo apt-get install -y cmake - name: Create CGAL internal release run: | - mkdir -p $HOME/release - cmake -DDESTINATION=$HOME/release -DCGAL_VERSION=9.9 -P ./Scripts/developer_scripts/cgal_create_release_with_cmake.cmake + mkdir -p $RUNNER_TEMP/release + cmake -DDESTINATION=$RUNNER_TEMP/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 $HOME/release/CGAL-9.9 --include-submodules lint + args: --root $RUNNER_TEMP/release/CGAL-9.9 --include-submodules lint