Skip to content

Commit

Permalink
Updated workflow
Browse files Browse the repository at this point in the history
Renamed Digitalroot.References.Unity project
  • Loading branch information
Digitalroot committed Nov 10, 2023
1 parent fe69e0c commit 01ed8ab
Show file tree
Hide file tree
Showing 88 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,18 @@ jobs:
nuget-s3-upload: false
nuget-org-upload: false
create-github-release: false

call-workflow-nuget-release-unity-references:
uses: Digitalroot-Valheim/.github/.github/workflows/nuget.release.yml@main
secrets:
aws-access-key-id: ${{ secrets.NUGET_S3_REPO_KEY_ID }}
aws-secret-access-key: ${{ secrets.NUGET_S3_REPO_KEY_SECRET }}
nuget-org-key: ${{ secrets.NUGET_ORG_PAT }}
with:
sln-file-name: Digitalroot.Valheim.References
proj-file-name: Digitalroot.References.Unity
force-assembly-version: true
nuget-gh-upload: false
nuget-s3-upload: false
nuget-org-upload: false
create-github-release: false
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>2022.3.12-RC01</Version>
<Version>2022.3.12</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>0.9.34-RC01</Version>
<Version>0.9.34</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>2.14.6-RC01</Version>
<Version>2.14.6</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down
10 changes: 5 additions & 5 deletions src/Digitalroot.Valheim.References.sln
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.Referen
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.Valheim.References.JvL", "Digitalroot.Valheim.References.JvL\Digitalroot.Valheim.References.JvL.csproj", "{8998BBD3-BBFA-42ED-8B36-26F88DC31908}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Digitalroot.Valheim.References.Unity", "Digitalroot.Valheim.References.Unity\Digitalroot.Valheim.References.Unity.csproj", "{F4E4A873-22C9-400F-9339-256690D2ABC7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Digitalroot.References.Unity", "Digitalroot.References.Unity\Digitalroot.References.Unity.csproj", "{DDFC0528-F61C-4AB9-98A6-2D310ED9E6BB}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand All @@ -56,10 +56,10 @@ Global
{8998BBD3-BBFA-42ED-8B36-26F88DC31908}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8998BBD3-BBFA-42ED-8B36-26F88DC31908}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8998BBD3-BBFA-42ED-8B36-26F88DC31908}.Release|Any CPU.Build.0 = Release|Any CPU
{F4E4A873-22C9-400F-9339-256690D2ABC7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F4E4A873-22C9-400F-9339-256690D2ABC7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F4E4A873-22C9-400F-9339-256690D2ABC7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F4E4A873-22C9-400F-9339-256690D2ABC7}.Release|Any CPU.Build.0 = Release|Any CPU
{DDFC0528-F61C-4AB9-98A6-2D310ED9E6BB}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DDFC0528-F61C-4AB9-98A6-2D310ED9E6BB}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DDFC0528-F61C-4AB9-98A6-2D310ED9E6BB}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DDFC0528-F61C-4AB9-98A6-2D310ED9E6BB}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<RestoreProjectStyle>PackageReference</RestoreProjectStyle>
<IncludeBuildOutput>false</IncludeBuildOutput>
<NoBuild>true</NoBuild>
<Version>0.217.29-RC01</Version>
<Version>0.217.29</Version>
<RestoreAdditionalProjectSources>
https://api.nuget.org/v3/index.json;
https://nuget.bepinex.dev/v3/index.json;
Expand Down

0 comments on commit 01ed8ab

Please sign in to comment.