mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
Copy package from parent dir first because upload-artifact doesn't allow ..
This commit is contained in:
6
.github/workflows/build-debian-package.yml
vendored
6
.github/workflows/build-debian-package.yml
vendored
@@ -34,9 +34,13 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make deb
|
make deb
|
||||||
|
|
||||||
|
- name: Copy package
|
||||||
|
run: |
|
||||||
|
cp ../gf_*.deb dist/
|
||||||
|
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Debian package
|
name: Debian package
|
||||||
path: ../gf_*.deb
|
path: dist/gf_*.deb
|
||||||
if-no-files-found: error
|
if-no-files-found: error
|
||||||
|
|||||||
Reference in New Issue
Block a user