Skip to content

Commit

Permalink
Merge branch 'uncreated-networking-cleanup' of https://github.com/Unc…
Browse files Browse the repository at this point in the history
…reatedStaff/UncreatedWarfare into uncreated-networking-cleanup
  • Loading branch information
DanielWillett committed Nov 23, 2024
2 parents 08403d0 + 0a3619e commit ffbcf62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: SetupDotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.0.x'
dotnet-version: '9.x.x'

- name: Build
run: dotnet build "./UncreatedWarfare/UncreatedWarfare.csproj" --configuration Release "/p:VersionPrefix=${{ inputs.version_prefix }};VersionSuffix=${{ inputs.version_suffix }};PackageReleaseNotes=${{ inputs.change_notes }};IsInGitHubActions=True"
Expand Down Expand Up @@ -69,4 +69,4 @@ jobs:
run: git tag -a v${{ inputs.version_prefix }}${{ inputs.version_suffix }} -m "Uncreated.Warfare v${{ inputs.version_prefix }}${{ inputs.version_suffix }} - ${{ inputs.change_notes }}"

- name: Push Tag
run: git push origin --tags
run: git push origin --tags
4 changes: 2 additions & 2 deletions .github/workflows/push_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: SetupDotNet
uses: actions/setup-dotnet@v4
with:
dotnet-version: '5.0.x'
dotnet-version: '9.x.x'

- name: Build
run: dotnet build "./UncreatedWarfare/UncreatedWarfare.csproj" --configuration Release "/p:IsInGitHubActions=True"
run: dotnet build "./UncreatedWarfare/UncreatedWarfare.csproj" --configuration Release "/p:IsInGitHubActions=True"

0 comments on commit ffbcf62

Please sign in to comment.