From fe08def6dad1acec8334a9a8817d16ecf81d9939 Mon Sep 17 00:00:00 2001 From: Jules Date: Mon, 13 Mar 2023 22:08:12 +0100 Subject: [PATCH] fix: bep pack version in github workflows --- .github/workflows/merge.yml | 4 ++-- .github/workflows/pull-request.yml | 4 ++-- .github/workflows/tag-release.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index cd6df0402..4f744e89f 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v2 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.1901 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2100 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -62,7 +62,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2100/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +force_install_dir ~/VHINSTALL +login anonymous +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/ diff --git a/.github/workflows/pull-request.yml b/.github/workflows/pull-request.yml index ea8869274..9d308a949 100644 --- a/.github/workflows/pull-request.yml +++ b/.github/workflows/pull-request.yml @@ -43,7 +43,7 @@ jobs: uses: actions/cache@v2 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.1901 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2100 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -53,7 +53,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2100/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +login anonymous +force_install_dir ~/VHINSTALL +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/ diff --git a/.github/workflows/tag-release.yml b/.github/workflows/tag-release.yml index 3e1d2a018..af81b543b 100644 --- a/.github/workflows/tag-release.yml +++ b/.github/workflows/tag-release.yml @@ -52,7 +52,7 @@ jobs: uses: actions/cache@v2 with: path: ~/VHINSTALL - key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.1901 + key: ${{ steps.valheimversion.outputs.valheimversion }}-${{ hashFiles('**/lockfiles') }}-BepInExPack-5.4.2100 - name: Install SteamCMD if: steps.cachevalheim.outputs.cache-hit != 'true' @@ -61,7 +61,7 @@ jobs: - name: Prepare Valheim dependencies if: steps.cachevalheim.outputs.cache-hit != 'true' run: | - wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.1901/" + wget -O bepinex.zip "https://valheim.thunderstore.io/package/download/denikson/BepInExPack_Valheim/5.4.2100/" unzip bepinex.zip -d ~/BepInExRaw steamcmd +force_install_dir ~/VHINSTALL +login anonymous +app_update 896660 validate +exit mv ~/VHINSTALL/valheim_server_Data/ ~/VHINSTALL/valheim_Data/