We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00c7ac5 commit d64e6fbCopy full SHA for d64e6fb
1 file changed
.github/workflows/cppcmake.yml
@@ -99,14 +99,14 @@ jobs:
99
uses: actions/upload-artifact@master
100
with:
101
name: pkg-${{ matrix.os }}
102
- path: build/${{ APP_NAME }}-0.1-Linux64-bionic.deb
+ path: build/AudioCapture-0.1-Linux64-bionic.deb
103
104
- name: Upload Artifacts (macOS)
105
if: matrix.os == 'macOS-latest'
106
107
108
109
- path: build/${{ APP_NAME }}-${{ LSL_RELEASE }}-MacOS64.dmg
+ path: build/AudioCapture-${{LSL_RELEASE}}-MacOS64.dmg
110
111
release:
112
needs: build
0 commit comments