Skip to content

Commit f5cc144

Browse files
authored
[autobuilder.yml] Adding debian packages.
1 parent 8ed241c commit f5cc144

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/autobuilder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ jobs:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545
run: |
4646
cd release
47-
gh release create "$VERSION" \
47+
gh release create v"$VERSION" \
48+
*.deb \
4849
--repo="$GITHUB_REPOSITORY" \
4950
--title="${GITHUB_REPOSITORY#*/} ${VERSION}" \
5051
--generate-notes
51-
5252
build_ppa:
5353
needs: debian_builder
5454
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)