Skip to content

Commit

Permalink
Uploads buildinfo,changes and metapackage
Browse files Browse the repository at this point in the history
  • Loading branch information
shadichy committed Dec 10, 2024
1 parent 670a8a2 commit fd6bfb8
Showing 1 changed file with 12 additions and 5 deletions.
17 changes: 12 additions & 5 deletions .github/workflows/build-devuan-ceres.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ name: Generate .deb (ceres)
on:
push:
branches:
- main
- master
tags:
- v*
pull_request:
branches:
- main
- master
workflow_dispatch:

jobs:
Expand Down Expand Up @@ -41,10 +41,10 @@ jobs:
run: |
# Export it to install
mkdir install
sudo tar -C install -psxvf install.tar
sudo tar -C install -psxf install.tar
# Move .deb out
mv install/*.deb ./
# Move content out
mv install/*.{deb,buildinfo,changes} ./
# Clean up
sudo rm -rf install install.tar
Expand All @@ -62,6 +62,13 @@ jobs:
grub-theme-blissos_${{ env.GITHUB_ARTIFACT_VERSION }}_${{ env.GITHUB_ARTIFACT_ARCH }}.buildinfo
grub-theme-blissos_${{ env.GITHUB_ARTIFACT_VERSION }}_${{ env.GITHUB_ARTIFACT_ARCH }}.changes
- name: Upload meta package
uses: actions/upload-artifact@v4
with:
name: grub-theme-blissos_${{ env.GITHUB_ARTIFACT_VERSION }}_${{ env.GITHUB_ARTIFACT_ARCH }}.deb
path: grub-theme-blissos_${{ env.GITHUB_ARTIFACT_VERSION }}_${{ env.GITHUB_ARTIFACT_ARCH }}.deb
compression-level: 0

- name: Upload variant tela-color-1080p
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit fd6bfb8

Please sign in to comment.