Skip to content

Commit 2bca504

Browse files
committed
ff
1 parent b3ff891 commit 2bca504

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ jobs:
3535
- uses: Swatinem/rust-cache@v2
3636
- name: Build
3737
run: |
38-
FAN_CONTROL_VERSION=nightly just build
38+
FAN_CONTROL_VERSION=nightly just build-release
3939
shell: bash
40-
40+
4141
if: matrix.platform == 'windows'
4242
- run: cargo install cargo-packager
4343

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- uses: Swatinem/rust-cache@v2
4646
- name: Build
4747
run: |
48-
FAN_CONTROL_VERSION=${{ inputs.version }} just build
48+
FAN_CONTROL_VERSION=${{ inputs.version }} just build-release
4949
shell: bash
5050

5151
if: matrix.platform == 'windows'

0 commit comments

Comments
 (0)