Skip to content

Commit abf12ad

Browse files
committed
FDPCNClient
1 parent 6ccbc78 commit abf12ad

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/build.yml

+7-3
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ jobs:
77
build:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Start Build
11+
run: echo "##########Made by UnlegitMC!!!##########"
1012
- name: Checkout repository
1113
uses: actions/checkout@v2
1214
with:
@@ -20,12 +22,14 @@ jobs:
2022
- name: Set outputs
2123
id: vars
2224
run: echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
25+
- name: Made by UnlegitMC
26+
run: echo "##########Made by UnlegitMC!!!##########"
2327
- name: Build
2428
run: ./gradlew setupCiWorkspace && ./gradlew build
2529
- name: Rename build artifacts
26-
run: mv build/libs/FDPClient-*.jar build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar
30+
run: mv build/libs/FDPClient-*.jar build/libs/FDPCNClient-${{ steps.vars.outputs.sha_short }}.jar
2731
- name: Upload build artifacts
2832
uses: actions/upload-artifact@v2
2933
with:
30-
name: FDPClient
31-
path: build/libs/FDPClient-${{ steps.vars.outputs.sha_short }}.jar
34+
name: FDPCNClient
35+
path: build/libs/FDPCNClient-${{ steps.vars.outputs.sha_short }}.jar

0 commit comments

Comments
 (0)