Skip to content

image_stable_build

image_stable_build #6

name: image_stable_build
on:
workflow_dispatch:
# schedule:
# - cron: '30 2 * * 1'
concurrency:
group: ${{ github.repository }}-${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
release:
runs-on: ubuntu-22.04
strategy:
matrix:
DEVICE: [fajita]
EDITION: [plasma-mobile]
BRANCH: [stable]
steps:
-
id: time
uses: boredland/[email protected]
with:
format: 'YYYYMMDD'
-
id: image-build
uses: silime/phosh@master
with:
arm-profiles-repo: https://github.com/silime/arm-profiles
device: ${{ matrix.device }}
edition: ${{ matrix.edition }}
branch: ${{ matrix.branch }}
version: beta16
#gpg-key: ${{ secrets.CI_GPG_SECRET }}
#gpg-passphrase: ${{ secrets.CI_GPG_PASSPHRASE }}
-
name: Release assets
uses: softprops/[email protected]
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: beta16
name: Beta 16
draft: false
prerelease: true
files: |
${{ env.FILE_PATH }}
${{ env.ROOTFS_PATH }}
${{ env.FILE_SHA256 }}
${{ env.FILE_TORRENT }}
${{ env.FILE_PKG }}
#${{ env.FILE_SIG }}