Skip to content

Commit 14da13f

Browse files
authored
Update publish.yml
1 parent c3c9fc5 commit 14da13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
GOARCH: ${{ matrix.arch }}
3636

3737
- name: Upload as Artifact
38-
if: matrix.os == "windows"
38+
if: matrix.os == 'windows'
3939
uses: actions/upload-artifact@v4
4040
with:
4141
name: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}

0 commit comments

Comments
 (0)