Compare commits

..

1 Commits

Author SHA1 Message Date
Continuous Integration 0a20d1ea35 v0.22 -> refs/heads/deployed/v0.22 2023-10-24 00:30:43 +00:00
8 changed files with 6 additions and 2192 deletions

View File

@ -1,4 +1,4 @@
name: master-pushed name: build-develop-branch
run-name: ${{ github.actor }} is learning GitHub Actions run-name: ${{ github.actor }} is learning GitHub Actions
on: on:
push: push:
@ -19,6 +19,6 @@ jobs:
token: ${{ secrets.BOT_TOKEN }} token: ${{ secrets.BOT_TOKEN }}
- name: bump release - name: bump release
run: | run: |
export version=$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g') ../tea r ls -o=simple
version="$(../tea r ls -o=simple | head -n 1 | tr " " "\n" | head -n 1 | awk -F. '{$NF = $NF + 1;} 1' | sed 's/ /./g')"
../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }} ../tea r c --note="this isrelease ${version}" --tag=${version} --title=${version} --target=${{ github.sha }}
echo ::set-env name=VERSION::$version

View File

@ -31,4 +31,4 @@ jobs:
git config --global user.email "username@users.noreply.github.com" git config --global user.email "username@users.noreply.github.com"
git add -A git add -A
git commit -a -m "${{ github.ref_name }} -> refs/heads/deployed/${{ github.ref_name }} " git commit -a -m "${{ github.ref_name }} -> refs/heads/deployed/${{ github.ref_name }} "
git push -f origin HEAD:refs/heads/deployed/${{ github.ref_name }} git push origin HEAD:refs/heads/deployed/${{ github.ref_name }}

File diff suppressed because it is too large Load Diff

1
equipment-model.axml Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long