Commit abf12ad 1 parent 6ccbc78 commit abf12ad Copy full SHA for abf12ad
File tree 1 file changed +7
-3
lines changed
1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change 7
7
build :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
+ - name : Start Build
11
+ run : echo "##########Made by UnlegitMC!!!##########"
10
12
- name : Checkout repository
11
13
uses : actions/checkout@v2
12
14
with :
@@ -20,12 +22,14 @@ jobs:
20
22
- name : Set outputs
21
23
id : vars
22
24
run : echo "::set-output name=sha_short::$(git rev-parse --short HEAD)"
25
+ - name : Made by UnlegitMC
26
+ run : echo "##########Made by UnlegitMC!!!##########"
23
27
- name : Build
24
28
run : ./gradlew setupCiWorkspace && ./gradlew build
25
29
- 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
27
31
- name : Upload build artifacts
28
32
uses : actions/upload-artifact@v2
29
33
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
You can’t perform that action at this time.
0 commit comments