We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5219cce commit a5c2937Copy full SHA for a5c2937
1 file changed
.github/workflows/dotnet.yml
@@ -42,7 +42,7 @@ jobs:
42
- name: Archive TACTTool Release
43
uses: thedoctor0/zip-release@main
44
with:
45
- directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/publish
+ directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/${{ matrix.target }}/publish
46
type: 'zip'
47
filename: ${{ github.workspace }}/TACTTool-${{ matrix.config }}-${{ matrix.target }}.zip
48
- name: Archive TACTSharp Release
0 commit comments