diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8256c70..5e1e78e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: | @@ -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: |