diff --git a/.github/workflows/release-build.yml b/.github/workflows/release-build.yml index 85ec4783f5..b48b8d54c4 100644 --- a/.github/workflows/release-build.yml +++ b/.github/workflows/release-build.yml @@ -162,7 +162,7 @@ jobs: # Check if the directory exists - name: Verify script directory run: | - if (Test-Path "D:\a\R-Instat\R-Instat\instat\bin\x64\Release\static\R\bin") { + if (Test-Path "D:\a\R-Instat\R-Instat\instat\bin\x64\Release\static\R") { Write-Host "Directory exists." } else { Write-Host "Directory does not exist." @@ -171,7 +171,10 @@ jobs: # List the contents of the directory to check for the script - name: List contents of R\bin directory run: | - Get-ChildItem "D:\a\R-Instat\R-Instat\instat\bin\x64\Release\static\R\bin" + Get-ChildItem "D:\a\R-Instat\R-Instat\instat\bin\x64\Release\static" + - name: List contents of R\bin directory + run: | + Get-ChildItem "D:\a\R-Instat\R-Instat\instat\bin\x64\Release\static\R" - name: Install R packages (64 bit) run: |