There was an error while loading. Please reload this page.
1 parent 9a38bba commit 8fa3620Copy full SHA for 8fa3620
1 file changed
.github/workflows/build-go.yml
@@ -100,4 +100,4 @@ jobs:
100
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101
with:
102
name: terragrunt-ls_${{ matrix.os }}_${{ matrix.arch }}
103
- path: terragrunt-ls*
+ path: terragrunt-ls${{ matrix.os == 'windows' && '.exe' || '' }}
0 commit comments