mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-19 06:11:08 +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
|
||||
arch: 'amd64'
|
||||
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