Skip to content

Commit

Permalink
use GITHUB_WORKSPACE for petsc dll path
Browse files Browse the repository at this point in the history
  • Loading branch information
wpbonelli committed Mar 24, 2024
1 parent 27238ea commit 3aa46a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ jobs:
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_bstrap_proxy.exe" .
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_pmi_proxy.exe" .
copy "C:\Program Files (x86)\Intel\oneAPI\mpi\latest\bin\hydra_service.exe" .
copy "D:\a\modflow6\modflow6\petsc\arch-mswin-c-opt\lib\libpetsc.dll" .
copy "%GITHUB_WORKSPACE%\petsc\arch-mswin-c-opt\lib\libpetsc.dll" .
:: remove rebuilt and downloaded dirs
if exist rebuilt rd /s /q rebuilt
Expand Down

0 comments on commit 3aa46a5

Please sign in to comment.