Skip to content

Commit fe872c5

Browse files
committed
GitHub actions are total crap
1 parent 45be358 commit fe872c5

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/linux-build.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ on:
99

1010
env:
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

1515
jobs:
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

0 commit comments

Comments
 (0)