Skip to content

Commit

Permalink
change step name
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-artemkin committed Jan 23, 2024
1 parent e113604 commit c81f6fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-v8.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,5 +90,5 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
run: |
echo ${{ steps.defining-v8-version.outputs.v8Version }}
gh release create ${{ steps.defining-v8-version.outputs.v8Version }} ./v8js.deb
echo ${{ steps.definingV8Version.outputs.v8Version }}
gh release create ${{ steps.definingV8Version.outputs.v8Version }} ./v8js.deb

0 comments on commit c81f6fd

Please sign in to comment.