Skip to content

Commit

Permalink
temporarily disable version parsing from tag for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
jamaa committed Jul 15, 2023
1 parent 9a95c99 commit b64afff
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ jobs:
runs-on: windows-latest

steps:
- name: Parse version from latest tag
id: version
uses: release-kit/semver@v2
# - name: Parse version from latest tag
# id: version
# uses: release-kit/semver@v2
- name: Checkout
uses: actions/checkout@v3
- name: Add msbuild to PATH
Expand Down Expand Up @@ -68,5 +68,6 @@ jobs:
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: setup\release\BlueM.Wave_x64.msi
asset_name: BlueM.Wave_${{ steps.version.outputs.full }}_x64.msi
#asset_name: BlueM.Wave_${{ steps.version.outputs.full }}_x64.msi
asset_name: BlueM.Wave_${{ github.ref }}_x64.msi
asset_content_type: application/x-msi

0 comments on commit b64afff

Please sign in to comment.