Skip to content

Commit

Permalink
temporarily fix ci yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kcking committed Oct 8, 2021
1 parent 77a69ad commit 9682f01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/x86_64-unknown-linux-musl/release/brr
file: target/release/brr
# file: target/x86_64-unknown-linux-musl/release/brr
asset_name: brr-$tag-x86_64-unknown-linux-musl
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit 9682f01

Please sign in to comment.