diff --git a/.github/workflows/automatic-release.yml b/.github/workflows/automatic-release.yml index bb71f04..5b9ef54 100644 --- a/.github/workflows/automatic-release.yml +++ b/.github/workflows/automatic-release.yml @@ -58,10 +58,10 @@ jobs: sed -i "s|..\\\\..\\\\..\\\\..\\\\..\\\\..\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\7 Days to Die Dedicated Server|..\\\\7dtd-references\\\\${GAME_VERSION}|g" ${{ env.PROJECT_FOLDER }}/${{ github.event.repository.name }}.csproj # update build release version - sed -i "s|DLL_VERSION = \"test-version\"|DLL_VERSION = \"${{ env.version }}\"|g" ${{ env.PROJECT_FOLDER }}/ModAPI.cs + sed -i "s|DLL_VERSION = \"test-version\"|DLL_VERSION = \"${{ env.version }}\"|g" ${{ env.PROJECT_FOLDER }}/ModApi.cs # update build target version - sed -i "s|BUILD_TARGET = \"test-target\"|BUILD_TARGET = \"$GAME_VERSION\"|g" ${{ env.PROJECT_FOLDER }}/ModAPI.cs + sed -i "s|BUILD_TARGET = \"test-target\"|BUILD_TARGET = \"$GAME_VERSION\"|g" ${{ env.PROJECT_FOLDER }}/ModApi.cs # uncomment if troubleshooting becomes necessary diff --git a/.github/workflows/pack-and-attach-artifact.yml b/.github/workflows/pack-and-attach-artifact.yml index 84f4e7b..5400cda 100644 --- a/.github/workflows/pack-and-attach-artifact.yml +++ b/.github/workflows/pack-and-attach-artifact.yml @@ -63,10 +63,10 @@ jobs: sed -i "s|..\\\\..\\\\..\\\\..\\\\..\\\\..\\\\Program Files (x86)\\\\Steam\\\\steamapps\\\\common\\\\7 Days to Die Dedicated Server|..\\\\7dtd-references\\\\${GAME_VERSION}|g" ${{ env.PROJECT_FOLDER }}/${{ github.event.repository.name }}.csproj # update build release version - sed -i "s|DLL_VERSION = \"test-version\"|DLL_VERSION = \"${{ env.version }}\"|g" ${{ env.PROJECT_FOLDER }}/ModAPI.cs + sed -i "s|DLL_VERSION = \"test-version\"|DLL_VERSION = \"${{ env.version }}\"|g" ${{ env.PROJECT_FOLDER }}/ModApi.cs # update build target version - sed -i "s|BUILD_TARGET = \"test-target\"|BUILD_TARGET = \"$GAME_VERSION\"|g" ${{ env.PROJECT_FOLDER }}/ModAPI.cs + sed -i "s|BUILD_TARGET = \"test-target\"|BUILD_TARGET = \"$GAME_VERSION\"|g" ${{ env.PROJECT_FOLDER }}/ModApi.cs echo "${{ env.PROJECT_FOLDER }}/${{ github.event.repository.name }}.csproj references were modified to the following:" diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b85c75..05e1766 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [5.0.1] - 2025-04-11 +- rebuilt mod for 7dtd 1.4 (b8) - update pipeline to build multiple versions ## [5.0.0] - 2025-02-15