Updated ci.yml
This commit is contained in:
parent
d2baa2d580
commit
273df6ebb4
1 changed files with 3 additions and 0 deletions
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
|
@ -118,6 +118,9 @@ jobs:
|
||||||
name: ncc-deb
|
name: ncc-deb
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
|
- name: Set DEB_FILE environment variable
|
||||||
|
run: echo "DEB_FILE=$(find . -type f -name '*.deb' | head -n 1)" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Upload redist.zip to release
|
- name: Upload redist.zip to release
|
||||||
uses: softprops/action-gh-release@v1
|
uses: softprops/action-gh-release@v1
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Add table
Reference in a new issue