mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-05 19:10:46 +00:00
Upload artifact
This commit is contained in:
parent
ee5ee14a5c
commit
4e239543c8
1 changed files with 5 additions and 0 deletions
5
.github/workflows/deb-build.yml
vendored
5
.github/workflows/deb-build.yml
vendored
|
|
@ -24,3 +24,8 @@ jobs:
|
||||||
version: 0.2
|
version: 0.2
|
||||||
arch: 'amd64'
|
arch: 'amd64'
|
||||||
desc: 'neofetch with nekos'
|
desc: 'neofetch with nekos'
|
||||||
|
- name: Upload deb as artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: deb
|
||||||
|
path: *.deb
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue