Skip to content

Commit aa68614

Browse files
committed
action
1 parent e7d5ffe commit aa68614

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- '*'
1818

1919
jobs:
20-
build_onejar_fabric_1_16_5:
20+
build_client:
2121
runs-on: windows-latest
2222
permissions:
2323
contents: read

.github/workflows/server.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ on:
1717
- '*'
1818

1919
jobs:
20-
build_onejar_fabric_1_16_5:
20+
build_server:
2121
runs-on: windows-latest
2222
permissions:
2323
contents: read

0 commit comments

Comments
 (0)