Skip to content

Commit a2c9a81

Browse files
committed
update:depend library and fix workflows.
1 parent 3990487 commit a2c9a81

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/linuxbuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
matrix:
1919
include:
2020
- os: ubuntu-22.04
21-
- os: ubuntu-24.04
21+
#- os: ubuntu-24.04
2222
runs-on: ${{ matrix.os }}
2323

2424
steps:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ jobs:
8484
draft: false
8585
prerelease: false
8686
tag_name: ${{ steps.versioning.outputs.new_tag }}
87-
name: XEngine_AuthorizeService ${{ steps.versioning.outputs.new_tag }}
87+
name: XEngine_MQService ${{ steps.versioning.outputs.new_tag }}
8888
body_path: release_notes.txt
8989
files: ./XRelease/*.zip

0 commit comments

Comments
 (0)