Skip to content

Commit d64e6fb

Browse files
committed
..actions
1 parent 00c7ac5 commit d64e6fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/cppcmake.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,14 +99,14 @@ jobs:
9999
uses: actions/upload-artifact@master
100100
with:
101101
name: pkg-${{ matrix.os }}
102-
path: build/${{ APP_NAME }}-0.1-Linux64-bionic.deb
102+
path: build/AudioCapture-0.1-Linux64-bionic.deb
103103

104104
- name: Upload Artifacts (macOS)
105105
if: matrix.os == 'macOS-latest'
106106
uses: actions/upload-artifact@master
107107
with:
108108
name: pkg-${{ matrix.os }}
109-
path: build/${{ APP_NAME }}-${{ LSL_RELEASE }}-MacOS64.dmg
109+
path: build/AudioCapture-${{LSL_RELEASE}}-MacOS64.dmg
110110

111111
release:
112112
needs: build

0 commit comments

Comments
 (0)