mirror of
https://github.com/danbulant/nekofetch
synced 2026-07-06 19:40:55 +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
|
version: 0.2
|
||||||
arch: 'amd64'
|
arch: 'amd64'
|
||||||
desc: 'neofetch with nekos'
|
desc: 'neofetch with nekos'
|
||||||
- name: Upload debs as artifacts
|
- name: Upload iphoneos-arm deb as artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: deb
|
name: iphoneos-arm-deb
|
||||||
path: nekofetch*.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