mirror of
https://github.com/danbulant/nekofetch
synced 2026-06-18 22:01:03 +00:00
Separate deb artifacts
This commit is contained in:
parent
31836682c1
commit
485f16cfed
1 changed files with 8 additions and 3 deletions
11
.github/workflows/deb-build.yml
vendored
11
.github/workflows/deb-build.yml
vendored
|
|
@ -30,8 +30,13 @@ jobs:
|
|||
version: 0.2
|
||||
arch: 'amd64'
|
||||
desc: 'neofetch with nekos'
|
||||
- name: Upload debs as artifacts
|
||||
- name: Upload iphoneos-arm deb as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: deb
|
||||
path: nekofetch*.deb
|
||||
name: iphoneos-arm-deb
|
||||
path: nekofetch*iphoneos-arm.deb
|
||||
- name: Upload arm64 deb as artifact
|
||||
uses: actions/upload-artifact@v2
|
||||
with:
|
||||
name: arm64-deb
|
||||
path: nekofetch*arm64.deb
|
||||
|
|
|
|||
Loading…
Reference in a new issue