Skip to content

Commit

Permalink
Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
jac3km4 committed Mar 13, 2022
1 parent 437184a commit 29bbaaf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ on:
release:
types: [created]

env:
ASI_LOADER_VERSION: "4.68"

name: Build Release
jobs:
build:
Expand All @@ -21,15 +24,15 @@ 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
working-directory: staging
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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 29bbaaf

Please sign in to comment.