Skip to content

Commit

Permalink
temp: test publish-unstable action
Browse files Browse the repository at this point in the history
  • Loading branch information
khos2ow committed Jan 11, 2025
1 parent 28dde6d commit 9c430ac
Showing 1 changed file with 28 additions and 7 deletions.
35 changes: 28 additions & 7 deletions .github/workflows/publish-unstable.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
name: Publish to Unstable

on:
push:
branches:
- main
#################################################
# TODO
#################################################
# push:
# branches:
# - main
pull_request:
#################################################

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
Expand All @@ -20,8 +25,14 @@ jobs:
uses: regolith-linux/actions/build-matrix@main
with:
name: "${{ github.event.repository.name }}"
ref: "${{ github.ref }}"
arch: "amd64 arm64"
#################################################
# TODO
# ref: "${{ github.ref }}"
# arch: "amd64 arm64"
#################################################
ref: "${{ github.base_ref }}"
arch: "amd64"
#################################################
stage: "unstable"

build:
Expand Down Expand Up @@ -76,11 +87,21 @@ jobs:
upload-to-folder: "${{ github.event.repository.name }}"

- name: Update Manifest
uses: regolith-linux/actions/update-manifest@main
#################################################
# TODO
#################################################
# uses: regolith-linux/actions/update-manifest@main
uses: regolith-linux/actions/update-manifest@test-action-downstream
#################################################
with:
name: "${{ github.event.repository.name }}"
repo: "${{ github.server_url }}/${{ github.repository }}.git"
ref: "${{ github.ref }}"
#################################################
# TODO
#################################################
# ref: "${{ github.ref }}"
ref: "${{ github.base_ref }}"
#################################################
sha: "${{ github.sha }}"
distro: "${{ matrix.distro }}"
codename: "${{ matrix.codename }}"
Expand Down

0 comments on commit 9c430ac

Please sign in to comment.