Skip to content

Commit

Permalink
Updated to Eco release build 532.
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasfn committed Dec 14, 2023
1 parent 8b75f2b commit befe86b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 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-playtest-225
ECO_BRANCH: playtest
MODKIT_VERSION: 0.10.0.0-beta-release-532
ECO_BRANCH: release
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-playtest-225
ECO_BRANCH: playtest
MODKIT_VERSION: 0.10.0.0-beta-release-532
ECO_BRANCH: release
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core 7.0
Expand Down
3 changes: 1 addition & 2 deletions fetch-eco-reference-assemblies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
MODKIT_FILENAME="EcoModKit_v$MODKIT_VERSION.zip"

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

0 comments on commit befe86b

Please sign in to comment.