Skip to content

feat(comps): stardust XR group (#2391) (#2397) #25

feat(comps): stardust XR group (#2391) (#2397)

feat(comps): stardust XR group (#2391) (#2397) #25

Workflow file for this run

name: Push comps updates
on:
push:
branches:
- f40
- f39
- f38
- f37
paths:
- comps.xml
workflow_dispatch:
jobs:
update-comps:
runs-on: ubuntu-latest
container:
image: ghcr.io/terrapkg/builder:f40
steps:
- uses: actions/checkout@v4
- name: Push to subatomic
run: |
branch=${{ github.ref_name }}
ver=${branch/f/}
subatomic-cli upload-comps \
--server https://subatomic.fyralabs.com \
--token ${{ secrets.SUBATOMIC_TOKEN }} \
"terra${ver}" comps.xml