Skip to content

Commit e48eec1

Browse files
committed
fix: correct download URLs for ALEAPP and Adamant packages
1 parent 80dea09 commit e48eec1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-packages.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,16 +223,16 @@ jobs:
223223
url: "https://github.com/AbdelrahmanBayoumi/Azkar-App/releases/download/{VERSION}/Azkar_windows-x32.exe"
224224
- id: "abrignoni.ALEAPP"
225225
repo: "abrignoni/ALEAPP"
226-
url: "https://github.com/abrignoni/ALEAPP/releases/download/v{VERSION}/aleapp-v{VERSION}-Windows_x64.zip"
226+
url: "https://github.com/abrignoni/ALEAPP/releases/download/v{VERSION}/aleapp-v{VERSION}-Windows_x86_64.zip"
227227
- id: "abrignoni.ALEAPP-cli"
228228
repo: "abrignoni/ALEAPP"
229-
url: "https://github.com/abrignoni/ALEAPP/releases/download/v{VERSION}/aleapp-v{VERSION}-Windows_x64.zip"
229+
url: "https://github.com/abrignoni/ALEAPP/releases/download/v{VERSION}/aleapp-v{VERSION}-Windows_x86_64.zip"
230230
- id: "ActualBudget.ActualBudget"
231231
repo: "actualbudget/actual"
232232
url: '"https://github.com/actualbudget/actual/releases/download/v{VERSION}/Actual-windows-x64.exe https://github.com/actualbudget/actual/releases/download/v{VERSION}/Actual-windows-ia32.exe https://github.com/actualbudget/actual/releases/download/v{VERSION}/Actual-windows-arm64.exe"'
233233
- id: "Adamant.Messenger"
234234
repo: "Adamant-im/adamant-im"
235-
url: "https://github.com/Adamant-im/adamant-im/releases/download/v{VERSION}/ADAMANT-Messenger-Setup-{VERSION}.exe"
235+
url: "https://github.com/Adamant-im/adamant-im/releases/download/v{VERSION}/ADAMANT.Messenger.Setup.{VERSION}.exe"
236236
- id: "advancedfx.HLAE"
237237
repo: "advancedfx/advancedfx"
238238
url: "https://github.com/advancedfx/advancedfx/releases/download/v{VERSION}/HLAE_Setup.exe"

0 commit comments

Comments
 (0)