Skip to content

Commit 0fe5a36

Browse files
authored
Workflow fix (ExMod-Team#2)
* v9.5.2 * Update release.yml * Update main.yml * update nuget * update docs * update dev
1 parent 9cb204f commit 0fe5a36

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/dev.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ defaults:
1616
working-directory: ./EXILED
1717

1818
env:
19-
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
19+
EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Dev.zip
2020
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
21-
EXILED_DLL_ARCHIVER_URL: https://github.com/ExMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
21+
EXILED_DLL_ARCHIVER_URL: https://github.com/ExSLMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
2222

2323
jobs:
2424

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ permissions:
1212
id-token: write
1313

1414
env:
15-
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Master.zip
15+
EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Master.zip
1616
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
1717

1818
# Allow only one concurrent deployment, skipping runs queued between the run in-progress and latest queued.

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ defaults:
1313
working-directory: ./EXILED
1414

1515
env:
16-
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Master.zip
16+
EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Master.zip
1717
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
1818

1919
jobs:

.github/workflows/push_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ defaults:
1010
working-directory: ./EXILED
1111

1212
env:
13-
EXILED_REFERENCES_URL: https://ExMod-Team.github.io/SL-References/Dev.zip
13+
EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Dev.zip
1414
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
1515

1616
jobs:

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@ defaults:
1111
working-directory: ./EXILED
1212

1313
env:
14-
EXILED_REFERENCES_URL: https://exmod-team.github.io/SL-References/Dev.zip
14+
EXILED_REFERENCES_URL: https://exslmod-team.github.io/SL-References/Dev.zip
1515
EXILED_REFERENCES_PATH: ${{ github.workspace }}/EXILED/References
16-
EXILED_DLL_ARCHIVER_URL: https://github.com/ExMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
16+
EXILED_DLL_ARCHIVER_URL: https://github.com/ExSLMod-Team/EXILED-DLL-Archiver/releases/latest/download/EXILED-DLL-Archiver.exe
1717

1818
jobs:
1919
build:

EXILED/Exiled.Installer/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ internal enum PathResolution
4242

4343
internal static class Program
4444
{
45-
private const long RepoID = 833723500;
45+
private const long RepoID = 984817990;
4646
private const string ExiledAssetName = "exiled.tar.gz";
4747

4848
// This is the lowest version the installer will check to install

0 commit comments

Comments
 (0)