Skip to content

Commit

Permalink
Save artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
superm1 committed Jan 16, 2024
1 parent 5db82e0 commit 3558c0f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,13 @@ jobs:
sudo apt install debhelper dpkg-dev -y
- name: package
run: |
mkdir -p tmp
cd tmp && \
ln -s ../fwupd-wrapper ../debian . && \
dpkg-buildpackage -us -uc
- name: Capture artifacts
uses: actions/upload-artifact@v3
with:
name: debian package
path: |
*.deb

0 comments on commit 3558c0f

Please sign in to comment.