Skip to content

Commit

Permalink
Updated to Eco playtest build 46.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfn committed Jul 14, 2023
1 parent 0bfd90b commit 68d00cb
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
name: Build Mod
runs-on: ubuntu-latest
env:
MODKIT_VERSION: 0.10.0.0-beta-staging-2680
ECO_BRANCH: staging
MODKIT_VERSION: 0.10.0.0-beta-playtest-46
ECO_BRANCH: playtest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 7.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
build-mod:
runs-on: ubuntu-latest
env:
MODKIT_VERSION: 0.10.0.0-beta-staging-2680
ECO_BRANCH: staging
MODKIT_VERSION: 0.10.0.0-beta-playtest-46
ECO_BRANCH: playtest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 7.0
Expand Down
3 changes: 2 additions & 1 deletion fetch-eco-reference-assemblies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
MODKIT_FILENAME="EcoModKit_v$MODKIT_VERSION.zip"

mkdir -p ./eco-dlls
wget "https://play.eco/s3/$ECO_BRANCH/$MODKIT_FILENAME"
#wget "https://play.eco/s3/$ECO_BRANCH/$MODKIT_FILENAME"
wget https://eco-releases-staging-eu.s3.eu-central-1.amazonaws.com/$MODKIT_FILENAME
unzip -o $MODKIT_FILENAME -d ./tmp
cp ./tmp/ReferenceAssemblies/*.dll ./eco-dlls
rm -r ./tmp
Expand Down

0 comments on commit 68d00cb

Please sign in to comment.