We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3c9fc5 commit 14da13fCopy full SHA for 14da13f
.github/workflows/publish.yml
@@ -35,7 +35,7 @@ jobs:
35
GOARCH: ${{ matrix.arch }}
36
37
- name: Upload as Artifact
38
- if: matrix.os == "windows"
+ if: matrix.os == 'windows'
39
uses: actions/upload-artifact@v4
40
with:
41
name: azurehound-bin-${{ matrix.os }}-${{ matrix.arch }}
0 commit comments