diff --git a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml index f417988..89bf8ef 100644 --- a/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml +++ b/.github/workflows/Create-Release-with-SPT-AKI-Integration.yaml @@ -29,7 +29,7 @@ jobs: id: build shell: pwsh run: | - ./package_release_with_server.ps1 -Overwrite -Branch "master" -SITCoopVer ${{ steps.read_package_json.outputs.version }} + ./package_release_with_server.ps1 -Overwrite -Branch "3.8.1-DEV" -SITCoopVer ${{ steps.read_package_json.outputs.version }} echo "ZIP_NAME=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^ZIP_NAME=").Value.Split('=')[1]" >> $GITHUB_ENV echo "COMMIT_SHORT=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^CommitShort=").Value.Split('=')[1]" >> $GITHUB_ENV echo "AKI_VERSION=$(Get-Content "$env:GITHUB_OUTPUT" | Select-String -Pattern "^AKI_VERSION=").Value.Split('=')[1]" >> $GITHUB_ENV diff --git a/package.json b/package.json index 32fb109..692d639 100644 --- a/package.json +++ b/package.json @@ -1,10 +1,10 @@ { "name": "sit-coop", - "version": "1.6.4", + "version": "1.6.5", "main": "src/StayInTarkovMod.js", "license": "MIT", "author": "Paulov and SIT Team", - "akiVersion": "~3.9", + "akiVersion": "~3.8", "engines": { "node": "20.11.1" },