Skip to content

Commit

Permalink
Updated workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
Digitalroot committed May 31, 2024
1 parent 56628b8 commit 7403522
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: NuGet Release
name: Release

concurrency: ci-${{ github.ref }}

Expand All @@ -7,10 +7,10 @@ on:
branches: [ main ] # Default release branch
push:
branches: [ main ] # Default release branch
paths:
- 'src/**'
- '.github/workflows/**'

paths-ignore:
- '.github/**'
- 'docs/**'
- '**/*.sln'
env:
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
DOTNET_CLI_TELEMETRY_OPTOUT: true
Expand Down
6 changes: 5 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
# Digitalroot.Valheim.AssemblyInfo
AssemblyInfo for Valheim Mods

[![NuGet Release](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml/badge.svg)](https://github.com/Digitalroot-Valheim/Digitalroot.Valheim.Common.AssemblyInfo/actions/workflows/nuget.release.yml)
<br />
<p align="center">
<b>Digitalroot can be found in the Valhalla Legends Discord</b><br /><br />
<a href="https://discord.gg/SsMW3rm67u" target="_blank"><img src="https://digitalroot.net/img/vl/vl_logo_125x154.png"></a>
</p>
4 changes: 2 additions & 2 deletions src/Digitalroot.Valheim.Common.AssemblyInfo.sln
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".github", ".github", "{F85B
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "workflows", "workflows", "{1CA83D97-8C6C-4EED-941A-D5A96891C41C}"
ProjectSection(SolutionItems) = preProject
..\.github\workflows\nuget.release.yml = ..\.github\workflows\nuget.release.yml
..\.github\workflows\release.yml = ..\.github\workflows\release.yml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{16F99A33-CFE2-4169-8745-6E260D770AE6}"
Expand All @@ -25,7 +25,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "docs", "docs", "{16F99A33-C
..\docs\README.md = ..\docs\README.md
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{71FDEFB3-DE61-4F64-B097-1C7A064533D7}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTests", "UnitTests\UnitTests.csproj", "{71FDEFB3-DE61-4F64-B097-1C7A064533D7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down

0 comments on commit 7403522

Please sign in to comment.