mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-09 04:59:31 -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: |
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user