Skip to content

Commit

Permalink
fix(ci): correc path of generated tar
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianoliveira committed May 21, 2023
1 parent c26c0c1 commit f566ea6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
file: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
asset_name: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
file: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
asset_name: funzzy-${{ env.RELEASE_TAG }}-${{ env.TARGET }}.tar.gz
tag: ${{ github.ref }}
overwrite: true
Expand Down

0 comments on commit f566ea6

Please sign in to comment.