We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b3ff891 commit 2bca504Copy full SHA for 2bca504
.github/workflows/nightly.yml
@@ -35,9 +35,9 @@ jobs:
35
- uses: Swatinem/rust-cache@v2
36
- name: Build
37
run: |
38
- FAN_CONTROL_VERSION=nightly just build
+ FAN_CONTROL_VERSION=nightly just build-release
39
shell: bash
40
-
+
41
if: matrix.platform == 'windows'
42
- run: cargo install cargo-packager
43
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
- FAN_CONTROL_VERSION=${{ inputs.version }} just build
+ FAN_CONTROL_VERSION=${{ inputs.version }} just build-release
49
50
51
0 commit comments