Skip to content

Commit

Permalink
优化windows 发布
Browse files Browse the repository at this point in the history
  • Loading branch information
youlingdada committed Oct 17, 2024
1 parent f8ad2e9 commit 6e78169
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,14 @@ jobs:
- uses: hecrj/setup-rust-action@v1
with:
rust-version: ${{env.RUST_VERSION}}
targets: x86_64-unknown-linux-musl

- name: Set up Inno Setup
run: |
choco install innosetup

- uses: actions/checkout@v4
- name: Build
run: cargo build --release

- name: Compile the installer
run: |
iscc /Qp "install/win/install.iss" # 替换为你的 .iss 文件路径
iscc /Qp "install/win/install.iss"
- name: Upload Release Asset
uses: actions/upload-release-asset@latest
Expand Down

0 comments on commit 6e78169

Please sign in to comment.