Commit f78a9db 1 parent e104532 commit f78a9db Copy full SHA for f78a9db
File tree 1 file changed +4
-7
lines changed
1 file changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -54,22 +54,19 @@ jobs:
54
54
- name : ' ${{ matrix.icon }} Build'
55
55
run : cmake --build build --config ${{env.BUILD_TYPE}}
56
56
57
- # - name: '${{ matrix.icon }} Test'
58
- # run: cmake --build build --target check
57
+ - name : ' ${{ matrix.icon }} Test'
58
+ run : cmake --build build --target check
59
59
60
60
- name : ' ${{ matrix.icon }} Demo'
61
61
run : cmake --build build --target demo
62
62
63
63
- name : ' ${{ matrix.icon }} Install'
64
64
run : cmake --install build && ls -la $INSTALL_LOCATION
65
65
66
- - name : ' ${{ matrix.icon }} Create Archive'
67
- run : tar cvf ${{env.INSTALL_LOCATION}}.tar ${{env.INSTALL_LOCATION}}
68
-
69
66
- name : ' ${{ matrix.icon }} Upload Artifacts'
70
67
uses : actions/upload-artifact@v4
71
68
with :
72
69
name : ${{env.INSTALL_LOCATION}}-${{matrix.sys}}
73
- path : ${{env.INSTALL_LOCATION}}.tar
74
- retention-days : 90
70
+ path : ${{env.INSTALL_LOCATION}}
71
+ retention-days : 14
75
72
overwrite : true
You can’t perform that action at this time.
0 commit comments