1
0
forked from GitHub/gf-core

Copy package from parent dir first because upload-artifact doesn't allow ..

This commit is contained in:
John J. Camilleri
2020-11-17 00:16:01 +01:00
parent 8cc901f334
commit 38facbc064

View File

@@ -34,9 +34,13 @@ jobs:
run: |
make deb
- name: Copy package
run: |
cp ../gf_*.deb dist/
- name: Upload artifact
uses: actions/upload-artifact@v2
with:
name: Debian package
path: ../gf_*.deb
path: dist/gf_*.deb
if-no-files-found: error