Skip to content

Commit

Permalink
release debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ondras committed Apr 7, 2020
1 parent 20e92bf commit d464bb1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: rustymind-x86_64-linux.gz
asset_name: rustymind-x86_64-linux.gz
asset_content_type: application/x-gzip
asset_path: rustymind-x86_64-linux.zip
asset_name: rustymind-x86_64-linux.zip
asset_content_type: application/zip

0 comments on commit d464bb1

Please sign in to comment.