This website works better with JavaScript.
Home
Help
Sign In
jackaudio
/
jack2
mirror of
https://github.com/jackaudio/jack2
Watch
1
Star
0
Fork
0
Code
Releases
45
Activity
Browse Source
Fix deb path
Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.20
falkTX
3 years ago
parent
4e93e1c79f
commit
b066c5c078
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/build.yml
+ 1
- 1
.github/workflows/build.yml
View File
@@ -313,4 +313,4 @@ jobs:
- uses: actions/upload-artifact@v2
with:
name: jack2-ubuntu-20.04-${{ github.event.pull_request.number || steps.slug.outputs.sha8 }}
path:
..
/*.deb
path:
~/work/jack2
/*.deb
Write
Preview
Loading…
Cancel
Save