Add elementary-files-portal to comps.xml (#824) #10
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Push comps updates | |
on: | |
push: | |
branches: | |
- f39 | |
- f38 | |
- f37 | |
paths: | |
- comps.xml | |
workflow_dispatch: | |
jobs: | |
update-comps: | |
runs-on: ubuntu-latest | |
container: | |
image: ghcr.io/terrapkg/builder:f39 | |
steps: | |
- uses: actions/checkout@v3 | |
- 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 |