Skip to content

Commit

Permalink
chore: update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent b674c99 commit d6a0920
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,10 @@ jobs:
wget "https://www.amxmodx.org/latest.php?version=1.9&os=linux&package=base" -O amxx.tar.gz
tar -xzf amxx.tar.gz -C llhl/dist/ag
- name: Replace hamdata.ini with our custom one
run: |
cp -f llhl/assets/addons/amxmodx/configs/hamdata.ini llhl/dist/ag/hamdata.ini
- name: Create folder and copy LLHL AGMOD .so
run: |
mkdir -p llhl/dist/ag/dlls
Expand Down Expand Up @@ -126,6 +130,10 @@ jobs:
Invoke-WebRequest -Uri "https://www.amxmodx.org/latest.php?version=1.9&os=windows&package=base" -OutFile amxx.zip
Expand-Archive -Force -Path amxx.zip -DestinationPath llhl/dist/ag
- name: Replace hamdata.ini with our custom one
run: |
Copy-Item llhl/assets/addons/amxmodx/configs/hamdata.ini llhl/dist/ag/hamdata.ini -Force
- name: Create folder and copy LLHL AGMOD .dll
run: |
mkdir -p llhl/dist/ag/dlls
Expand Down

0 comments on commit d6a0920

Please sign in to comment.