Artifact upload test
Some checks failed
GitHub Actions Demo / Build-NUT-ARM64 (push) Failing after 3m38s
Some checks failed
GitHub Actions Demo / Build-NUT-ARM64 (push) Failing after 3m38s
This commit is contained in:
parent
e0219c2569
commit
24ded41f57
12
.github/workflows/build.yml
vendored
12
.github/workflows/build.yml
vendored
|
@ -27,3 +27,15 @@ jobs:
|
||||||
|
|
||||||
- name: Build the DEB packages
|
- name: Build the DEB packages
|
||||||
run: dpkg-buildpackage -b -us -uc
|
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'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user