File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 steps :
77 - name : Checkout Repo
88 if : ${{ !contains(github.event.head_commit.message, '[no build]') }}
9- uses : actions/checkout@v2
9+ uses : actions/checkout@v4
1010 - name : Build In Docker
1111 if : ${{ !contains(github.event.head_commit.message, '[no build]') }}
1212 run : |
@@ -54,19 +54,19 @@ jobs:
5454
5555 - name : Upload Built ISO
5656 if : ${{ !contains(github.event.head_commit.message, '[no build]') }}
57- uses : actions/upload-artifact@v2
57+ uses : actions/upload-artifact@v4
5858 with :
5959 name : built-iso
6060 path : ${{ github.workspace }}/out/*.iso
6161 - name : Create Tag
6262 id : create_tag
63- if : ${{ github.ref == 'refs/heads/endeavour' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
63+ if : ${{ github.ref == 'refs/heads/endeavour-neo ' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
6464 run : |
6565 export TAG=$(date +%Y.%m.%d)
6666 echo "::set-output name=tag::${TAG}"
6767 echo $TAG
6868 - name : Release
69- if : ${{ github.ref == 'refs/heads/endeavour' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
69+ if : ${{ github.ref == 'refs/heads/endeavour-neo ' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
7070 uses : softprops/action-gh-release@v1
7171 with :
7272 files : |
You can’t perform that action at this time.
0 commit comments