Skip to content

Commit

Permalink
build: fix release zip
Browse files Browse the repository at this point in the history
  • Loading branch information
ddlees committed Feb 16, 2022
1 parent e7d7a51 commit 5ac9f63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1}
- name: Zip
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/*

- name: Upload to Release
uses: softprops/action-gh-release@v1
Expand Down

0 comments on commit 5ac9f63

Please sign in to comment.