File tree Expand file tree Collapse file tree 4 files changed +12
-10
lines changed
Expand file tree Collapse file tree 4 files changed +12
-10
lines changed Original file line number Diff line number Diff line change 77 name : Shellcheck
88 runs-on : ubuntu-latest
99 steps :
10- - name : Checkout the repo
10+ - name : Checkout the repository
1111 uses : actions/checkout@v3
1212
1313 - name : Lint Bash scripts
Original file line number Diff line number Diff line change 88 image :
99 runs-on : ubuntu-latest
1010 steps :
11- - name : Checkout the repo
11+ - name : Checkout the repository
1212 uses : actions/checkout@v3
1313
1414 - name : Import environment variables
Original file line number Diff line number Diff line change 2020 pkg_version : ${{ steps.var.outputs.pkg_version }}
2121 pkg_rel : ${{ steps.var.outputs.pkg_rel }}
2222 steps :
23- - name : Checkout the repo
23+ - name : Checkout the repository
2424 uses : actions/checkout@v3
2525
2626 - name : Import environment variables
3030 echo "$line" >> $GITHUB_ENV
3131 done < assets/variables
3232
33- - name : Set env vars
33+ - name : Set job variables
3434 id : var
3535 run : . ./scripts/set-job-vars.bash
3636
4949 PKG_VERSION : ${{ needs.check.outputs.pkg_version }}
5050 PKG_REL : ${{ needs.check.outputs.pkg_rel }}
5151 steps :
52- - name : Checkout the repo
52+ - name : Checkout the repository
5353 uses : actions/checkout@v3
5454
5555 - name : Import environment variables
6262 - name : Build artifacts
6363 run : bash ./scripts/build-artifacts.bash
6464
65- - uses : ncipollo/release-action@v1
65+ - name : Create release & upload artifacts
66+ uses : ncipollo/release-action@v1
6667 with :
6768 tag : ${{ needs.check.outputs.pkg_version }}-${{ needs.check.outputs.pkg_rel }}
6869 bodyFile : ${{ env.USR_HOME }}/body.md
Original file line number Diff line number Diff line change 2828 pkg_version : ${{ steps.var.outputs.pkg_version }}
2929 pkg_rel : ${{ steps.var.outputs.pkg_rel }}
3030 steps :
31- - name : Checkout the repo
31+ - name : Checkout the repository
3232 uses : actions/checkout@v3
3333
3434 - name : Import environment variables
3838 echo "$line" >> $GITHUB_ENV
3939 done < assets/variables
4040
41- - name : Set env vars
41+ - name : Set job variables
4242 id : var
4343 run : . ./scripts/set-job-vars.bash
4444
5858 PKG_VERSION : ${{ needs.check.outputs.pkg_version }}
5959 PKG_REL : ${{ needs.check.outputs.pkg_rel }}
6060 steps :
61- - name : Checkout the repo
61+ - name : Checkout the repository
6262 uses : actions/checkout@v3
6363
6464 - name : Import environment variables
7878 path : ${{ env.USR_HOME }}/${{ needs.check.outputs.pkg_version }}.tar.gz
7979 retention-days : 5
8080
81- - uses : ncipollo/release-action@v1
81+ - name : Create release & upload artifacts
82+ uses : ncipollo/release-action@v1
8283 if : ${{ inputs.release }}
8384 with :
8485 tag : ${{ needs.check.outputs.pkg_version }}-${{ needs.check.outputs.pkg_rel }}
You can’t perform that action at this time.
0 commit comments