Skip to content

Commit 5ac9f63

Browse files
committedFeb 16, 2022
build: fix release zip
1 parent e7d7a51 commit 5ac9f63

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
@@ -39,7 +39,7 @@ jobs:
3939
dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1}
4040
4141
- name: Zip
42-
run: 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/Release/net462/*
42+
run: 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net462/*
4343

4444
- name: Upload to Release
4545
uses: softprops/action-gh-release@v1

0 commit comments

Comments
 (0)
Please sign in to comment.