We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e65063d commit 086a943Copy full SHA for 086a943
1 file changed
appveyor.yml
@@ -10,7 +10,7 @@ branches:
10
cache:
11
- au3pm -> **\au3pm.json, **\au3pm.lock
12
install:
13
- - ps: (new-object net.webclient).DownloadFile('https://github.com/genius257/au3pm/releases/download/1/au3pm.exe', 'au3pm.exe')
+ - ps: (new-object net.webclient).DownloadFile('https://github.com/genius257/au3pm/releases/latest/download/au3pm.exe', 'au3pm.exe')
14
- ps: au3pm install
15
build_script:
16
- au3pm build
0 commit comments