Skip to content

Commit

Permalink
Merge branch 'master' into publish
Browse files Browse the repository at this point in the history
  • Loading branch information
kklldog committed Jan 3, 2022
2 parents f236bc2 + fab5464 commit 034a434
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-xxx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
path: AgileConfig.Server.Apisite/wwwroot/ui
- name: build server release xxx
run: dotnet publish AgileConfig.Server.Apisite/AgileConfig.Server.Apisite.csproj -c Release
- uses: papeloto/action-zip@v1
- uses: vimtor/action-zip@v1
with:
files: AgileConfig.Server.Apisite/bin/Release/net6.0/publish/
dest: agileconfig_server_deploy.zip
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change log
------------------------------
[1.5.7.7] - 2022.01.04
* 修复导入配置的时候如果0个配置后台直接报500错误的问题
* db provider 的判断忽略大小写

[1.5.7.5] - 2021.12.31
* 修复 json 编辑器不能在内网使用的问题

Expand Down

0 comments on commit 034a434

Please sign in to comment.