Skip to content

Commit

Permalink
feat: wip add workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin authored Nov 4, 2023
1 parent 87166ba commit c372f04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
run: ls && apt update && apt install dpkg-dev build-essential debhelper python3 meson libadwaita-1-dev libgnome-desktop-4-dev libgweather-4-dev gettext desktop-file-utils make libjpeg-dev libnm-dev libnma-dev libnma-gtk4-dev -y

- name: Build debian package
run: dpkg-build-package --no-sign
run: dpkg-buildpackage --no-sign

- uses: actions/upload-artifact@v3
with:
name: vanilla-installer
path: builds/
path: ../*.deb

0 comments on commit c372f04

Please sign in to comment.