Skip to content

Commit 8fa3620

Browse files
committed
chore: better path matching for artifact upload
1 parent 9a38bba commit 8fa3620

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,4 +100,4 @@ jobs:
100100
uses: actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7.0.1
101101
with:
102102
name: terragrunt-ls_${{ matrix.os }}_${{ matrix.arch }}
103-
path: terragrunt-ls*
103+
path: terragrunt-ls${{ matrix.os == 'windows' && '.exe' || '' }}

0 commit comments

Comments
 (0)