1
0
mirror of https://github.com/danog/ytop.git synced 2024-11-30 04:29:10 +01:00

Update deploy.yml

This commit is contained in:
Caleb Bassi 2019-10-29 09:34:59 -07:00 committed by GitHub
parent ce8faf53c1
commit 0b51e97bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -22,7 +22,7 @@ jobs:
args: --release
- name: Compress
run: tar -czf ${{ FILE }} -C ./target/${{ TARGET }}/release/ ${{ NAME }}
run: tar -czf ${{ FILE }} -C ./target/${{ TARGET }}/release/ ${{ NAME }}
- name: Upload to release
uses: JasonEtco/upload-to-release@master