Skip to content
This repository was archived by the owner on Dec 23, 2022. It is now read-only.

Commit f7942f7

Browse files
committed
Failed script
1 parent dcf8956 commit f7942f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ after_test:
4444
$env:PATH = 'C:\msys64\usr\bin;' + $env:PATH
4545
Invoke-WebRequest -Uri 'https://codecov.io/bash' -OutFile codecov.sh
4646
bash codecov.sh -f "coverage.xml"
47-
- ps: .\scripts\AfterTest.ps1 -Version $env:APPVEYOR_BUILD_VERSION
47+
- ps: .\AfterTest.ps1 -Version $env:APPVEYOR_BUILD_VERSION
4848

4949
artifacts:
5050
- path: RCONServerLib\bin\Release\RCONServerLib.dll

0 commit comments

Comments
 (0)