Skip to content

Commit

Permalink
fix: add package version
Browse files Browse the repository at this point in the history
  • Loading branch information
suivo2001 committed Nov 9, 2021
1 parent c77a7d0 commit 114e3d8
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- name: Set package version and name
uses: brown-ccv/gh-actions/get-package-info@main
id: package_info
- name: npm install
shell: bash
run: |
Expand All @@ -24,6 +27,6 @@ jobs:
uses: svenstaro/upload-release-action@v2
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: out/make/squirrel.windows/x64/"omnivisualizer-* Setup.exe"
file: out/make/squirrel.windows/x64/omnivisualizer-${{ steps.package_info.outputs.package_version }} Setup.exe
asset_name: omnivisualizer-setup.exe
tag: ${{ github.ref }}

0 comments on commit 114e3d8

Please sign in to comment.