Artifact upload test
Some checks failed
GitHub Actions Demo / Build-NUT-ARM64 (push) Failing after 3m38s

This commit is contained in:
Anton 2023-09-30 22:20:12 +03:00
parent e0219c2569
commit 24ded41f57

View File

@ -27,3 +27,15 @@ jobs:
- name: Build the DEB packages
run: dpkg-buildpackage -b -us -uc
working-directory: repo/
- name: Cache the repo
uses: actions/cache/save@v3
with:
path: repo/
key: ${{ runner.arch }}-build
- name: Upload the DEB packages
uses: actions/upload-artifact@v3
with:
path: '*.deb'