From c6e220566f380b9f2b53d6034a834ce51557d519 Mon Sep 17 00:00:00 2001 From: qiaofeng1227 <76487013@qq.com> Date: Wed, 27 Sep 2023 08:40:39 +0800 Subject: [PATCH] new websoft9 init --- .github/workflows/upload_artifact.yml | 4 ++-- .../{upload_test_artifact.yml => upload_dev_artifact.yml} | 2 +- changelog_latest.md | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) rename .github/workflows/{upload_test_artifact.yml => upload_dev_artifact.yml} (97%) diff --git a/.github/workflows/upload_artifact.yml b/.github/workflows/upload_artifact.yml index 3d777435..fc070723 100644 --- a/.github/workflows/upload_artifact.yml +++ b/.github/workflows/upload_artifact.yml @@ -5,7 +5,7 @@ on: push: branches: [main] paths: - - "version.json" + - "version2.json" jobs: upload_artifact: @@ -19,7 +19,7 @@ jobs: - name: Read Plugin Version id: update_data run: | - version=$(jq -r '.VERSION' version.json) + version=$(jq -r '.version' version.json) echo version=$version echo "VERSION=$version" >> $GITHUB_ENV changelog=$(cat changelog_latest.md) diff --git a/.github/workflows/upload_test_artifact.yml b/.github/workflows/upload_dev_artifact.yml similarity index 97% rename from .github/workflows/upload_test_artifact.yml rename to .github/workflows/upload_dev_artifact.yml index 7b3d0bd8..c9b33490 100644 --- a/.github/workflows/upload_test_artifact.yml +++ b/.github/workflows/upload_dev_artifact.yml @@ -19,7 +19,7 @@ jobs: - name: Read Plugin Version id: update_data run: | - version=$(jq -r '.VERSION' version.json) + version=$(jq -r '.version' version.json) echo version=$version echo "VERSION=$version" >> $GITHUB_ENV changelog=$(cat changelog_latest.md) diff --git a/changelog_latest.md b/changelog_latest.md index e0e0691d..3378f9cc 100644 --- a/changelog_latest.md +++ b/changelog_latest.md @@ -1 +1 @@ -1. appmanage config files error +1. websoft9 new framework init release