Update main.yml

Fix name
This commit is contained in:
House of Vanity
2019-11-24 03:26:14 +03:00
committed by GitHub
parent ef7f9a5d17
commit ff94cb630b

View File

@@ -14,6 +14,6 @@ jobs:
- name: Upload to release
uses: JasonEtco/upload-to-release@master
with:
args: target/release/tmux_helper
args: target/release/tmux-helper
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}