mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-12-08 16:27:31 +00:00
cd: poor choice
This commit is contained in:
parent
7c8ad5a4d6
commit
23aecb78c5
30
.github/workflows/spotube-release-binary.yml
vendored
30
.github/workflows/spotube-release-binary.yml
vendored
@ -323,23 +323,23 @@ jobs:
|
|||||||
path: |
|
path: |
|
||||||
build/Spotube-macos-universal.dmg
|
build/Spotube-macos-universal.dmg
|
||||||
|
|
||||||
linux_arm:
|
# linux_arm:
|
||||||
runs-on: ubuntu-latest
|
# runs-on: ubuntu-latest
|
||||||
steps:
|
# steps:
|
||||||
- run: |
|
# - run: |
|
||||||
sudo apt-get update -y
|
# sudo apt-get update -y
|
||||||
sudo apt-get install -y curl
|
# sudo apt-get install -y curl
|
||||||
|
|
||||||
- name: Extract branch name
|
# - name: Extract branch name
|
||||||
shell: bash
|
# shell: bash
|
||||||
run: echo "BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
|
# run: echo "BRANCH=${GITHUB_HEAD_REF:-${GITHUB_REF#refs/heads/}}" >> $GITHUB_ENV
|
||||||
|
|
||||||
- name: Trigger CircleCI Pipeline
|
# - name: Trigger CircleCI Pipeline
|
||||||
run: |
|
# run: |
|
||||||
curl -X POST https://circleci.com/api/v2/project/cci-f9azl/spotube/pipeline \
|
# curl -X POST https://circleci.com/api/v2/project/cci-f9azl/spotube/pipeline \
|
||||||
--header "Circle-Token: ${{secrets.CCI_TOKEN}}" \
|
# --header "Circle-Token: ${{secrets.CCI_TOKEN}}" \
|
||||||
--header "content-type: application/json" \
|
# --header "content-type: application/json" \
|
||||||
--data '{"branch": "${{env.BRANCH}}", "parameters":{"GHA_Action":"true","version":"${{inputs.version}}","channel":"${{inputs.channel}}","dry_run":${{inputs.dry_run}}}}'
|
# --data '{"branch": "${{env.BRANCH}}", "parameters":{"GHA_Action":"true","version":"${{inputs.version}}","channel":"${{inputs.channel}}","dry_run":${{inputs.dry_run}}}}'
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user