This repository was archived by the owner on Jan 19, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1212env :
1313 EXILED_REFERENCES_URL : https://cdn.exiled.to/Dev.zip
1414 EXILED_REFERENCES_PATH : ${{ github.workspace }}/References
15- EXILED_DLL_ARCHIVER_URL : https://github.com/Exiled-Team/EXILED-DLL- Archiver/releases/latest/download/EXILED-DLL- Archiver.exe
15+ EXILED_DLL_ARCHIVER_URL : https://github.com/Exiled-Team/Exiled. Archiver/releases/latest/download/Exiled. Archiver.exe
1616
1717jobs :
1818
5656 - name : Get references
5757 shell : pwsh
5858 run : |
59- Invoke-WebRequest -Uri ${{ env.EXILED_DLL_ARCHIVER_URL }} -OutFile ${{ github.workspace }}/EXILED-DLL- Archiver.exe
59+ Invoke-WebRequest -Uri ${{ env.EXILED_DLL_ARCHIVER_URL }} -OutFile ${{ github.workspace }}/Exiled. Archiver.exe
6060
6161 - name : Packaging results as tar.gz
6262 shell : pwsh
Original file line number Diff line number Diff line change @@ -30,8 +30,9 @@ function Move-File {
3030 }
3131}
3232
33- Move-File - sourcePath " .\EXILED-DLL-Archiver.exe" - destinationPath " .\bin\Release\EXILED-DLL-Archiver.exe"
33+ Move-File - sourcePath " .\Exiled.Archiver.exe" - destinationPath " .\bin\Release\Exiled.Archiver.exe"
34+ Move-File - sourcePath " .\References\Newtonsoft.Json.dll" - destinationPath " .\bin\Release\Newtonsoft.Json.dll"
3435Move-File - sourcePath " .\References\Mono.Posix.dll" - destinationPath " .\bin\Release\Mono.Posix.dll"
3536Move-File - sourcePath " .\References\System.ComponentModel.DataAnnotations.dll" - destinationPath " .\bin\Release\System.ComponentModel.DataAnnotations.dll"
3637CD .\bin\Release
37- .\EXILED-DLL- Archiver.exe
38+ .\Exiled. Archiver.exe
You can’t perform that action at this time.
0 commit comments