Browse Source

Fix deb path

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.9.20
falkTX 3 years ago
parent
commit
b066c5c078
1 changed files with 1 additions and 1 deletions
  1. +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

Loading…
Cancel
Save