ci: package Windows artifacts; run tests on Windows

This commit is contained in:
李通洲
2022-10-14 16:41:41 +08:00
parent 1b7a2c2ed5
commit d5e00c3517
+4 -1
View File
@@ -185,6 +185,9 @@ jobs:
- name: run flashfetch
run: ./flashfetch
- name: run tests
run: ctest
- name: upload artifacts
uses: actions/upload-artifact@v3
with:
@@ -221,4 +224,4 @@ jobs:
tag: ${{ needs.linux.outputs.ffversion }}
commit: ${{ github.sha }}
artifactErrorsFailBuild: true
artifacts: fastfetch-linux/*,fastfetch-macos/*,fastfetch-bsd/*
artifacts: fastfetch-linux/*,fastfetch-macos/*,fastfetch-bsd/*,fastfetch-windows/*