Skip to content

Commit

Permalink
chore: fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
7mochi committed Sep 13, 2024
1 parent c7b1db1 commit c44d1dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Create folder for full release
run: |
mkdir -p llhl/dist-full
cp llhl/dist llhl/dist-full
cp -r llhl/dist llhl/dist-full
- name: Move LLHL resources to LLHL folder
run: |
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
- name: Download latest AMX Mod X 1.9
run: |
Invoke-WebRequest -Uri "https://www.amxmodx.org/latest.php?version=1.9&os=windows&package=base" -OutFile amxx.zip
Expand-Archive -Path amxx.zip -DestinationPath llhl/dist/ag
Expand-Archive -Force -Path amxx.zip -DestinationPath llhl/dist/ag
- name: Create folder and move LLHL AGMOD .dll
run: |
Expand Down

0 comments on commit c44d1dd

Please sign in to comment.