Skip to content

Commit a5c2937

Browse files
authored
Update dotnet.yml
1 parent 5219cce commit a5c2937

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Archive TACTTool Release
4343
uses: thedoctor0/zip-release@main
4444
with:
45-
directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/publish
45+
directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/${{ matrix.target }}/publish
4646
type: 'zip'
4747
filename: ${{ github.workspace }}/TACTTool-${{ matrix.config }}-${{ matrix.target }}.zip
4848
- name: Archive TACTSharp Release

0 commit comments

Comments
 (0)