Skip to content

Commit

Permalink
Update dotnet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Marlamin authored Jan 2, 2025
1 parent 5219cce commit a5c2937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
- name: Archive TACTTool Release
uses: thedoctor0/zip-release@main
with:
directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/publish
directory: ${{ github.workspace }}/TACTTool/bin/Release/net9.0/${{ matrix.target }}/publish
type: 'zip'
filename: ${{ github.workspace }}/TACTTool-${{ matrix.config }}-${{ matrix.target }}.zip
- name: Archive TACTSharp Release
Expand Down

0 comments on commit a5c2937

Please sign in to comment.