Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
VOID404 committed Jul 9, 2024
1 parent 2d56f9d commit a5073ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
echo ::endgroup::
echo ::group::tar
tar -C target/${{ matrix.platform.target }}/release/ -czvf makedot-${{ matrix.platform.target }}.tar.gz makedot{{ runner.os == 'Windows' && '.exe' || '' }}
tar -C target/${{ matrix.platform.target }}/release/ -czvf makedot-${{ matrix.platform.target }}.tar.gz makedot${{ runner.os == 'Windows' && '.exe' || '' }}
echo ::endgroup::
- name: Upload Release Assets
if: ${{ github.event_name != 'workflow_dispatch' }}
Expand Down

0 comments on commit a5073ed

Please sign in to comment.