Skip to content
This repository was archived by the owner on Jan 19, 2025. It is now read-only.

Commit 4243def

Browse files
committed
Merge remote-tracking branch 'origin/dev' into dev
2 parents c66a3a4 + 4f1b49c commit 4243def

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ on:
1212
env:
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

1717
jobs:
1818

@@ -56,7 +56,7 @@ jobs:
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

packaging.ps1

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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"
3435
Move-File -sourcePath ".\References\Mono.Posix.dll" -destinationPath ".\bin\Release\Mono.Posix.dll"
3536
Move-File -sourcePath ".\References\System.ComponentModel.DataAnnotations.dll" -destinationPath ".\bin\Release\System.ComponentModel.DataAnnotations.dll"
3637
CD .\bin\Release
37-
.\EXILED-DLL-Archiver.exe
38+
.\Exiled.Archiver.exe

0 commit comments

Comments
 (0)