Skip to content

Commit

Permalink
Fix release (#62)
Browse files Browse the repository at this point in the history
* change release tag

* build win installer with stable name
  • Loading branch information
jarkonik authored Dec 13, 2021
1 parent a4d4567 commit afa77d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Build, bump tag version and release
on:
push:
tags:
- "[0-9]+.*"
- "v[0-9]+.*"

jobs:
release:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
if: ${{ runner.os == 'Windows' }}
env:
LLVM_SYS_130_PREFIX: 'C:\llvm-13.0.0-windows-amd64-msvc15-libcmt'
run: cargo wix
run: cargo wix -o target/wix/rocklang.msi

- name: Upload installer when platform == Windows
if: ${{ runner.os == 'Windows' }}
Expand All @@ -101,5 +101,5 @@ jobs:
with:
upload_url: ${{ needs.release.outputs.upload_url }}
asset_name: rocklang-${{ matrix.config.os }}.msi
asset_path: target/wix/rocklang-${{ github.ref_name }}-x86_64.msi
asset_path: target/wix/rocklang.msi
asset_content_type: application/octet-stream

0 comments on commit afa77d0

Please sign in to comment.