mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
parent
182c897ad5
commit
c8eaecc743
1 changed files with 7 additions and 0 deletions
7
.github/actions/autotools/action.yml
vendored
7
.github/actions/autotools/action.yml
vendored
|
@ -30,3 +30,10 @@ runs:
|
|||
uses: ./.github/actions/doxycheck
|
||||
with:
|
||||
logfile: builddir/doxygen.log
|
||||
- id: upload
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: tarballs
|
||||
path: |
|
||||
builddir/*.tar.gz
|
||||
builddir/*.tar.xz
|
||||
|
|
Loading…
Reference in a new issue