We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c8b5bc commit d14eb94Copy full SHA for d14eb94
.github/workflows/test.yml
@@ -12,7 +12,7 @@ jobs:
12
13
- name: gets ags-toolbox
14
run: |
15
- curl -Lo atbx.exe https://github.com/ericoporto/agstoolbox/releases/download/0.5.6/atbx.exe
+ curl -Lo atbx.exe https://github.com/ericoporto/agstoolbox/releases/download/0.5.7/atbx.exe
16
echo "${{github.workspace}}" | Out-File -FilePath $env:GITHUB_PATH -Encoding utf8 -Append
17
18
- name: Install AGS 3
0 commit comments