Skip to content

Commit

Permalink
Fixed binary export by removing unnecessary quotes in binary name eva…
Browse files Browse the repository at this point in the history
…luation
  • Loading branch information
maxmarsc committed Jul 7, 2022
1 parent 828c910 commit dc903fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pre-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ env:
CARGO_TERM_COLOR: always

jobs:
publish:
name: "Tagged release"
publish-rc:
name: "Tagged pre-release"
runs-on: "ubuntu-latest"

steps:
Expand Down Expand Up @@ -42,6 +42,6 @@ jobs:
title: "${{ steps.tagName.outputs.tag }}"
files: |
LICENSE
"audeye-${{ steps.tagName.outputs.tag }}-linux-amd64"
audeye-${{ steps.tagName.outputs.tag }}-linux-amd64
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
title: "${{ steps.tagName.outputs.tag }}"
files: |
LICENSE
"audeye-${{ steps.tagName.outputs.tag }}-linux-amd64"
audeye-${{ steps.tagName.outputs.tag }}-linux-amd64
publish-cargo:
name: "Crates.io release"
Expand Down

0 comments on commit dc903fd

Please sign in to comment.