Commit 520955a 1 parent 9fc1eb9 commit 520955a Copy full SHA for 520955a
File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 39
39
40
40
- name : Zip
41
41
if : " ! startsWith(github.event_name, 'pull_request')"
42
- run : 7z a -tzip -mx9 SharpHound${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net462 /*
42
+ run : 7z a -tzip -mx9 SharpHound${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net472 /*
43
43
44
44
- name : Update Rolling Release
45
45
if : " ! startsWith(github.event_name, 'pull_request')"
Original file line number Diff line number Diff line change 39
39
dotnet build -c ${{ matrix.release.type }} -p:Version=${VERSION:1}
40
40
41
41
- name : Zip
42
- run : 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net462 /*
42
+ run : 7z a -tzip -mx9 SharpHound-${{ github.ref_name }}${{ matrix.release.suffix }}.zip $PWD/bin/${{ matrix.release.type }}/net472 /*
43
43
44
44
- name : Upload to Release
45
45
uses : softprops/action-gh-release@v1
You can’t perform that action at this time.
0 commit comments