This repository was archived by the owner on May 5, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +13
-1
lines changed
Expand file tree Collapse file tree 3 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 2424 permissions : write-all
2525 steps :
2626 - uses : actions/checkout@v4
27+ - uses : actions/cache@v2
28+ with :
29+ path : ~/.m2
30+ key : ${{ hashFiles('pom.xml') }}
2731 - name : Clone Github Repo Action
2832 # You may pin to the exact commit or the version.
2933 # uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac
8286 tag_name : ${{github.github_sha}}
8387 name : ${{github.github_sha}}
8488 files : |
85- .\ target\ DictSystemInJava-jdk${{ matrix.version }}.jar
89+ ${{github.workspace}}/ target/ DictSystemInJava-jdk${{ matrix.version }}.jar
8690 make_latest : false
8791 draft : false
8892 prerelease : true
Original file line number Diff line number Diff line change 3131 - 3800:3306
3232 steps :
3333 - uses : actions/checkout@v4
34+ - uses : actions/cache@v2
35+ with :
36+ path : ~/.m2
37+ key : ${{ hashFiles('pom.xml') }}
3438 - name : Clone Github Repo Action
3539 # You may pin to the exact commit or the version.
3640 # uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac
Original file line number Diff line number Diff line change 3131 - 3800:3306
3232 steps :
3333 - uses : actions/checkout@v4
34+ - uses : actions/cache@v2
35+ with :
36+ path : ~/.m2
37+ key : ${{ hashFiles('pom.xml') }}
3438 - name : Clone Github Repo Action
3539 # You may pin to the exact commit or the version.
3640 # uses: GuillaumeFalourd/clone-github-repo-action@19817562c346ff60f9935158dede6c5ece8fd0ac
You can’t perform that action at this time.
0 commit comments