File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 99
1010env :
1111 BUILD_TYPE : RelWithDebInfo
12- INSTALL_LOCATION : RiffTree-1.0.0-x86_64.AppDir
13- DESTDIR : RiffTree-1.0.0-x86_64.AppDir
12+ # INSTALL_LOCATION: RiffTree-1.0.0-x86_64.AppDir
13+ # DESTDIR: RiffTree-1.0.0-x86_64.AppDir
1414
1515jobs :
1616 build :
@@ -34,13 +34,13 @@ jobs:
3434 - name : Build
3535 run : cmake --build ${{github.workspace}}/build --config ${{env.BUILD_TYPE}}
3636
37- - name : Install
38- run : cmake --install build --config ${{env.BUILD_TYPE}}
37+ # - name: Install
38+ # run: cmake --install build --config ${{env.BUILD_TYPE}}
3939
40- - name : Upload Artifacts
41- uses : actions/upload-artifact@v7
42- with :
43- name : ${{env.INSTALL_LOCATION}}
44- path : ${{env.INSTALL_LOCATION}}
45- retention-days : 90
46- overwrite : true
40+ # - name: Upload Artifacts
41+ # uses: actions/upload-artifact@v7
42+ # with:
43+ # name: ${{env.INSTALL_LOCATION}}
44+ # path: ${{env.INSTALL_LOCATION}}
45+ # retention-days: 90
46+ # overwrite: true
You can’t perform that action at this time.
0 commit comments