File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3939 - name : Get Date
4040 id : get-date
4141 run : |
42- echo "::set-output name= date:: $(/bin/date -u "+%Y-%m")"
42+ echo "date= $(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
4343 shell : bash
4444 - name : Cache Maven Repository
4545 id : cache-maven
Original file line number Diff line number Diff line change 2222 - id : generate
2323 run : |
2424 json=$(.github/generate-native-matrix.sh | tr -d '\n')
25- echo "::set-output name= matrix:: ${json}"
25+ echo "matrix= ${json}" >> $GITHUB_OUTPUT
2626 build-with-native :
2727 name : ${{matrix.category}}
2828 runs-on : ubuntu-latest
4343 - name : Get Date
4444 id : get-date
4545 run : |
46- echo "::set-output name= date:: $(/bin/date -u "+%Y-%m")"
46+ echo "date= $(/bin/date -u "+%Y-%m")" >> $GITHUB_OUTPUT
4747 shell : bash
4848 - name : Cache Maven Repository
4949 id : cache-maven
You can’t perform that action at this time.
0 commit comments