diff --git a/.github/workflows/dev.yml b/.github/workflows/dev.yml index e8e84f705..16ff4dafa 100644 --- a/.github/workflows/dev.yml +++ b/.github/workflows/dev.yml @@ -48,7 +48,7 @@ jobs: shell: pwsh run: | ./build.ps1 -BuildNuGet - $File = (Get-ChildItem -Path . -Include 'EXILED-OFFICIAL.*.nupkg' -Recurse).Name + $File = (Get-ChildItem -Path . -Include 'ExMod.Exiled.*.nupkg' -Recurse).Name Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append - name: Upload nuget package diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 929ef4169..3c842e3a3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,7 +46,7 @@ jobs: shell: pwsh run: | ./build.ps1 -BuildNuGet - $File = (Get-ChildItem -Path . -Include 'EXILED-OFFICIAL.*.nupkg' -Recurse).Name + $File = (Get-ChildItem -Path . -Include 'ExMod.Exiled.*.nupkg' -Recurse).Name Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append - name: Upload artifacts diff --git a/.github/workflows/push_nuget.yml b/.github/workflows/push_nuget.yml index d45971d95..87acc59b8 100644 --- a/.github/workflows/push_nuget.yml +++ b/.github/workflows/push_nuget.yml @@ -41,7 +41,7 @@ jobs: shell: pwsh run: | ./build.ps1 -BuildNuGet - $File = (Get-ChildItem -Path . -Include 'EXILED-OFFICIAL.*.nupkg' -Recurse).Name + $File = (Get-ChildItem -Path . -Include 'ExMod.Exiled.*.nupkg' -Recurse).Name Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append - name: Push NuGet diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5230704fe..ac0937bd6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -41,7 +41,7 @@ jobs: shell: pwsh run: | ./build.ps1 - $File = (Get-ChildItem -Path . -Include 'EXILED-OFFICIAL.*.nupkg' -Recurse).Name + $File = (Get-ChildItem -Path . -Include 'ExMod.Exiled.*.nupkg' -Recurse).Name Out-File -FilePath ${{ github.env }} -InputObject "PackageFile=$File" -Encoding utf-8 -Append - name: Get references diff --git a/EXILED/Exiled/Exiled.nuspec b/EXILED/Exiled/Exiled.nuspec index f02ef6b38..abb547bd1 100644 --- a/EXILED/Exiled/Exiled.nuspec +++ b/EXILED/Exiled/Exiled.nuspec @@ -2,7 +2,7 @@ - EXILED-OFFICIAL + ExMod.Exiled ExMod-Team $version$ ExMod-Team