mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-30 04:19:59 -07:00
Update hotfix script
This commit is contained in:
19
.github/workflows/hotfix.yml
vendored
19
.github/workflows/hotfix.yml
vendored
@@ -46,17 +46,24 @@ jobs:
|
||||
- name: "Read version tag"
|
||||
run: bash .github/workflow_data/version.sh
|
||||
|
||||
- name: "Make tgz, zip and webupdater"
|
||||
- name: "Make tgz and zip"
|
||||
run: bash .github/workflow_data/package.sh
|
||||
|
||||
- name: "Upload hotfix"
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
python -m pip install requests
|
||||
python .github/workflow_data/hotfix.py
|
||||
|
||||
- name: "Upload to webupdater"
|
||||
env:
|
||||
NC_HOST: "https://cloud.cynthialabs.net/"
|
||||
NC_USER: "${{ secrets.NC_USER }}"
|
||||
NC_PASS: "${{ secrets.NC_PASS }}"
|
||||
|
||||
- name: "Upload hotfix"
|
||||
run: python .github/workflow_data/hotfix.py
|
||||
env:
|
||||
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
|
||||
run: |
|
||||
python -m pip install pyncclient
|
||||
python .github/workflow_data/webupdater.py
|
||||
|
||||
- name: "Merge pull request"
|
||||
uses: "pascalgn/automerge-action@v0.15.6"
|
||||
|
||||
13
.github/workflows/release.yml
vendored
13
.github/workflows/release.yml
vendored
@@ -46,15 +46,20 @@ jobs:
|
||||
- name: "Read version tag"
|
||||
run: bash .github/workflow_data/version.sh
|
||||
|
||||
- name: "Make tgz, zip and webupdater"
|
||||
- name: "Make tgz and zip"
|
||||
run: bash .github/workflow_data/package.sh
|
||||
|
||||
- name: "Update release notes"
|
||||
run: python .github/workflow_data/release.py
|
||||
|
||||
- name: "Upload to webupdater"
|
||||
env:
|
||||
NC_HOST: "https://cloud.cynthialabs.net/"
|
||||
NC_USER: "${{ secrets.NC_USER }}"
|
||||
NC_PASS: "${{ secrets.NC_PASS }}"
|
||||
|
||||
- name: "Update release notes"
|
||||
run: python .github/workflow_data/release.py
|
||||
run: |
|
||||
python -m pip install pyncclient
|
||||
python .github/workflow_data/webupdater.py
|
||||
|
||||
- name: "Merge pull request"
|
||||
uses: "pascalgn/automerge-action@v0.15.6"
|
||||
|
||||
Reference in New Issue
Block a user