Skip to content

Commit

Permalink
Remove WIX installer generation and Auto version CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielhamel committed Nov 11, 2024
1 parent 6afbc56 commit 4ab3c5f
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 465 deletions.
24 changes: 2 additions & 22 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release

on:
release:
types: [published]
types: [ published ]

env:
CARGO_TERM_COLOR: always
Expand All @@ -18,24 +18,4 @@ jobs:
run: cargo login ${{ secrets.CRATES_IO_TOKEN }}

- name: Publish the crate
run: cargo publish

artifacts:
runs-on: windows-latest
steps:
- uses: actions/checkout@v4

- name: Install WiX globally
run: |
cargo install cargo-wix
- name: Create a Windows installer
run: |
cargo wix
- name: Archive installer
uses: actions/upload-artifact@v4
with:
name: windows-installer
path: |
target/wix/*.msi
run: cargo publish
35 changes: 0 additions & 35 deletions .github/workflows/version.yml

This file was deleted.

193 changes: 0 additions & 193 deletions CHANGELOG.md

This file was deleted.

Binary file removed wix/License.rtf
Binary file not shown.
Loading

0 comments on commit 4ab3c5f

Please sign in to comment.