Skip to content

Commit

Permalink
Rename appveyor_discord.ps to appveyor_discord.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
DasSkelett committed Nov 5, 2022
1 parent 3e38cba commit 3335440
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .dockerignore
Expand Up @@ -12,7 +12,7 @@ External/Nuget/

*.md
*.txt
appveyor_discord.ps
appveyor_discord.ps1
appveyor.yml
azure-pipelines.yml
.gitattributes
Expand Down
2 changes: 1 addition & 1 deletion LunaMultiPlayer.sln
Expand Up @@ -7,7 +7,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
appveyor.yml = appveyor.yml
appveyor_discord.ps = appveyor_discord.ps
appveyor_discord.ps1 = appveyor_discord.ps1
Scripts\CopyToKSPDirectory.bat = Scripts\CopyToKSPDirectory.bat
Dockerfile_MasterServer = Dockerfile_MasterServer
Dockerfile_Server = Dockerfile_Server
Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -88,7 +88,7 @@ after_build:
on_success:
- ps: |
if ($env:configuration -like "Debug") {
Invoke-RestMethod https://raw.githubusercontent.com/LunaMultiplayer/LunaMultiplayer/master/appveyor_discord.ps -o appveyor_discord.ps1
Invoke-RestMethod https://raw.githubusercontent.com/LunaMultiplayer/LunaMultiplayer/master/appveyor_discord.ps1 -o appveyor_discord.ps1
./appveyor_discord.ps1 success $env:WEBHOOK_URL
}
Expand Down
Binary file renamed appveyor_discord.ps → appveyor_discord.ps1
Binary file not shown.

0 comments on commit 3335440

Please sign in to comment.