From 29bbaafb1e53d6526e0efde407b8a6114b2da5c6 Mon Sep 17 00:00:00 2001 From: jekky <11986158+jac3km4@users.noreply.github.com> Date: Sun, 13 Mar 2022 16:13:18 +0000 Subject: [PATCH] Fixes --- .github/workflows/release.yml | 7 +++++-- README.md | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e1094c1..175c8d8 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -2,6 +2,9 @@ on: release: types: [created] +env: + ASI_LOADER_VERSION: "4.68" + name: Build Release jobs: build: @@ -21,7 +24,7 @@ jobs: args: --release - name: Download Ultimate ASI Loader run: | - wget https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v4.68/Ultimate-ASI-Loader_x64.zip + Invoke-WebRequest "https://github.com/ThirteenAG/Ultimate-ASI-Loader/releases/download/v${env:ASI_LOADER_VERSION}/Ultimate-ASI-Loader_x64.zip" -OutFile ./Ultimate-ASI-Loader_x64.zip 7z x .\Ultimate-ASI-Loader_x64.zip dinput8.dll - run: mkdir staging - name: Create the mod archive @@ -29,7 +32,7 @@ jobs: run: | mkdir -p ./system/plugins cp ../target/release/crony_gui.dll ./system/plugins/crony_gui.asi - cp ./dinput8.dll ./system/version.dll + cp ../dinput8.dll ./system/version.dll 7z a -mx=9 -r ./crony-gui.zip * - name: Upload the mod archive uses: actions/upload-release-asset@v1 diff --git a/README.md b/README.md index 9b06228..2bb18cb 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Small WIP script hook/extender for Elex 2 ### how to -This library uses [Rhai](https://rhai.rs) as the scripting languages. +This library uses [Rhai](https://rhai.rs) as the scripting language. You can find available game functions [here](https://github.com/jac3km4/crony-gui/tree/master/doc/FUNCTIONS.md). ### demo