Skip to content

Commit

Permalink
Update accuracy fix version in build.yml
Browse files Browse the repository at this point in the history
Update accuracy fix version in build.yml
  • Loading branch information
SmileYzn authored Aug 19, 2024
1 parent 9d6b447 commit 05ded77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ jobs:
- name: Download Accuracy Fix
run: |
# Get latest release version of Accuracy Fix
wget --quiet https://github.com/SmileYzn/AccuracyFix/releases/download/1.1.3/linux32.zip
wget --quiet https://github.com/SmileYzn/AccuracyFix/releases/download/1.1.4/linux32.zip
# Unzip accuracy-fix library to metamod folder
unzip -p linux32.zip addons/accuracyfix/dlls/accuracyfix_mm.so > publish/addons/accuracyfix/accuracyfix_mm.so
Expand Down Expand Up @@ -189,7 +189,7 @@ jobs:
- name: Download Accuracy Fix
run: |
# Set assets data
$assets = "https://github.com/SmileYzn/AccuracyFix/releases/download/1.1.3/win32.zip"
$assets = "https://github.com/SmileYzn/AccuracyFix/releases/download/1.1.4/win32.zip"
# Get ZIP file name
$zipName = "win32.zip"
Expand Down

0 comments on commit 05ded77

Please sign in to comment.