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
No known key found for this signature in database
GPG Key ID: 3570F9F0F4410388

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/*