ci: fix hardcoded artifact paths in workflows
This change fixes hardcoded artifact paths by using ${{ env.VARDIR }} expression. At this moment VARDIR=/tmp/tnt, so affected workflows are: - debug_aarch64.yml - memtx_allocator_based_on_malloc.yml - osx_11_aarch64.yml - osx_11_aarch64_debug.yml NO_DOC=ci NO_CHANGELOG=ci NO_TEST=ci
Showing
- .github/workflows/debug_aarch64.yml 2 additions, 2 deletions.github/workflows/debug_aarch64.yml
- .github/workflows/memtx_allocator_based_on_malloc.yml 1 addition, 1 deletion.github/workflows/memtx_allocator_based_on_malloc.yml
- .github/workflows/osx_11_aarch64.yml 1 addition, 1 deletion.github/workflows/osx_11_aarch64.yml
- .github/workflows/osx_11_aarch64_debug.yml 1 addition, 1 deletion.github/workflows/osx_11_aarch64_debug.yml
Loading
Please register or sign in to comment