forked from GitHub/gf-core
Copy packages so that upload-artifact can find them
This commit is contained in:
9
.github/workflows/build-debian-package.yml
vendored
9
.github/workflows/build-debian-package.yml
vendored
@@ -38,8 +38,11 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make deb
|
make deb
|
||||||
|
|
||||||
|
- name: Copy packages
|
||||||
|
run: |
|
||||||
|
mkdir debian/dist
|
||||||
|
cp ../gf_*.deb debian/dist/
|
||||||
|
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
env:
|
|
||||||
working-directory: ..
|
|
||||||
with:
|
with:
|
||||||
path: gf_*.deb
|
path: debian/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user