Skip to content

Commit 04159e5

Browse files
EndeavourOS Endeavour Neo-T2
1 parent e7efd17 commit 04159e5

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/BuildISO.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
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: |

0 commit comments

Comments
 (0)