We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7d7a51 commit 5ac9f63Copy full SHA for 5ac9f63
.github/workflows/publish.yml
@@ -39,7 +39,7 @@ jobs:
39
dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1}
40
41
- name: Zip
42
- run: 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/Release/net462/*
+ run: 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net462/*
43
44
- name: Upload to Release
45
uses: softprops/action-gh-release@v1
0 commit comments