Skip to content

Commit 047dca3

Browse files
committed
CI: include presets (Windows)
1 parent 1f7c6ab commit 047dca3

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ jobs:
222222
run: ctest
223223

224224
- name: create zip archive
225-
run: zip fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe
225+
run: zip fastfetch-$(./fastfetch --version-raw)-Win64.zip *.dll fastfetch.exe flashfetch.exe presets
226226

227227
- name: upload artifacts
228228
uses: actions/upload-artifact@v3
@@ -280,7 +280,7 @@ jobs:
280280
run: ctest
281281

282282
- name: create zip archive
283-
run: zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe
283+
run: zip fastfetch-$(./fastfetch --version-raw)-Win32.zip *.dll fastfetch.exe flashfetch.exe presets
284284

285285
- name: upload artifacts
286286
uses: actions/upload-artifact@v3

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Bugfixes:
88
Features:
99
* Add option `--percent-ndigits`
1010
* Add command flag `--config` as an alias of `--load-config`
11+
* Windows packages now include presets (Windows)
1112

1213
# 2.0.2
1314

0 commit comments

Comments
 (0)