Skip to content

Commit

Permalink
fix CD script
Browse files Browse the repository at this point in the history
  • Loading branch information
deepu105 committed Apr 26, 2021
1 parent ddadaa8 commit 5b22b18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,8 @@ jobs:
uses: softprops/action-gh-release@v1
with:
files: |
target/${{ matrix.triple.target }}/release/{{ env.RELEASE_NAME }}.tar.gz
target/${{ matrix.triple.target }}/release/{{ env.RELEASE_NAME }}.sha256
target/${{ matrix.triple.target }}/release/${{ env.RELEASE_NAME }}.tar.gz
target/${{ matrix.triple.target }}/release/${{ env.RELEASE_NAME }}.sha256
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit 5b22b18

Please sign in to comment.