Skip to content

Commit af5120a

Browse files
committed
install gsas2new
1 parent 18363dc commit af5120a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/win-selfinstall-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
id: downloadfile
2222
name: Download the file
2323
with:
24-
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2full-Latest-Windows-x86_64.exe"
24+
url: "https://github.com/AdvancedPhotonSource/GSAS-II-buildtools/releases/download/v1.0.1/gsas2new-5804-Windows-x86_64.exe"
2525
#target: download/
2626
- name: find it
2727
if: always()
@@ -31,7 +31,7 @@ jobs:
3131
3232
- name: GSAS-II single test
3333
shell: pwsh
34-
run: Start-Process -FilePath .\gsas2new-Latest-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
34+
run: Start-Process -FilePath .\gsas2new-5804-Windows-x86_64.exe -ArgumentList "/S /AddToPath=1 /D=.\G2 " -NoNewWindow -Wait
3535

3636
- name: GSAS-II find GSAS-II
3737
if: always()

0 commit comments

Comments
 (0)