Skip to content

Commit

Permalink
build(deps): [#399] V is omitted in upload-release-action. (#404)
Browse files Browse the repository at this point in the history
  • Loading branch information
030 authored Dec 9, 2023
1 parent 0191ab9 commit d493683
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ jobs:
if: ${{ startsWith(matrix.os, 'windows') }}
# yamllint enable rule:line-length
- name: Upload binaries to release
uses: svenstaro/upload-release-action@v2.7.0
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cmd/n3dr/${{ env.n3dr-deliverable }}
asset_name: ${{ env.n3dr-deliverable }}
tag: ${{ github.ref }}
- name: Upload checksums
uses: svenstaro/upload-release-action@v2.7.0
uses: svenstaro/upload-release-action@2.7.0
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: cmd/n3dr/${{ env.n3dr-deliverable }}.sha512.txt
Expand Down

0 comments on commit d493683

Please sign in to comment.