Skip to content

Commit

Permalink
upload deb files
Browse files Browse the repository at this point in the history
  • Loading branch information
lacraig2 committed Jan 24, 2025
1 parent 43575be commit 55f4ec7
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,16 @@ jobs:
pandare/panda-ng:${{ github.sha }}
pandare/panda-ng:${{ steps.version.outputs.v-version }}
pandare/panda-ng:latest
- name: Build package
working-directory: panda/debian
run: ./setup.sh Ubuntu 22.04

- name: Upload wheel and debian packages to release
uses: softprops/action-gh-release@v2
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ steps.version.outputs.v-version }}
tag_name: ${{ steps.version.outputs.v-version }}
files: |
panda/debian/pandare*.deb

0 comments on commit 55f4ec7

Please sign in to comment.