Skip to content

Commit

Permalink
chore(ci): fix release asset upload
Browse files Browse the repository at this point in the history
  • Loading branch information
DevYukine committed Dec 7, 2020
1 parent f8aa960 commit c9d87af
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 56 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.changelog.outputs.upload_url }}
asset_path: target/${{ matrix.target.name }}/release/rustfoil_${{ runner.OS }}_${{ matrix.target.arch }}
asset_path: target/${{ matrix.target.name }}/release/rustfoil
asset_name: rustfoil_${{ runner.OS }}_${{ matrix.target.arch }}
asset_content_type: application/x-elf

Expand Down Expand Up @@ -121,6 +121,6 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ needs.changelog.outputs.upload_url }}
asset_path: target/${{ matrix.target.name }}/release/rustfoil_${{ runner.OS }}_${{ matrix.target.arch }}.exe
asset_path: target/${{ matrix.target.name }}/release/rustfoil.exe
asset_name: rustfoil_${{ runner.OS }}_${{ matrix.target.arch }}.exe
asset_content_type: application/x-msdownload
53 changes: 0 additions & 53 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "rustfoil"
description = "Script that will allow you to generate an index file with Google Drive file links for use with Tinfoil"
version = "0.3.0"
version = "0.1.0"
authors = ["DevYukine <[email protected]>"]
edition = "2018"

Expand Down

0 comments on commit c9d87af

Please sign in to comment.