Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
viferga authored Feb 1, 2024
1 parent b5e7eca commit c2a12d8
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
on:
push:
tags:
- 'v*.*.*'

jobs:
build:
runs-on: windows-2019
Expand All @@ -21,5 +20,7 @@ jobs:
run: .\build.bat ${{ env.NODEJS_VERSION }}
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
files: .\node-shared-v${{ env.NODEJS_VERSION }}-x64.zip
fail_on_unmatched_files: true
files: node-shared-v${{ env.NODEJS_VERSION }}-x64.zip

0 comments on commit c2a12d8

Please sign in to comment.