mirror of
https://github.com/terrapkg/packages.git
synced 2026-06-25 04:50:44 +00:00
fix(ci): sync update-comps update-nightly
This commit is contained in:
@@ -17,9 +17,13 @@ jobs:
|
||||
image: ghcr.io/terrapkg/builder:main
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- id: get-branch
|
||||
uses: grandmasterdev/github-action-get-branch@latest
|
||||
- name: Push to subatomic
|
||||
run: |
|
||||
branch=${{steps.get-branch.outputs.branch-name}}
|
||||
ver=${branch/f/}
|
||||
subatomic-cli upload-comps \
|
||||
--server https://subatomic.fyralabs.com \
|
||||
--token ${{ secrets.SUBATOMIC_TOKEN }} \
|
||||
terra37 comps.xml
|
||||
"terra${ver}" comps.xml
|
||||
|
||||
Reference in New Issue
Block a user