Skip to content

Commit 45f766d

Browse files
Endeavour-T2
1 parent 719f7e3 commit 45f766d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/BuildISO.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@ jobs:
6060
path: ${{ github.workspace }}/out/*.iso
6161
- name: Create Tag
6262
id: create_tag
63-
if: ${{ github.ref == 'refs/heads/gemini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
63+
if: ${{ github.ref == 'refs/heads/endeavour' && !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/gemini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
69+
if: ${{ github.ref == 'refs/heads/endeavour' && !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: |

profiledef.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ iso_name="EndeavourOS-T2"
55
iso_label="EOS_T2_ENDEAVOUR"
66
iso_publisher="t2linux <https://t2linux.org>"
77
iso_application="EndeavourOS Live/Rescue CD for Macs with T2 security chip"
8-
iso_version="Gemini-T2"
8+
iso_version="Endeavour-T2"
99
install_dir="arch"
1010
buildmodes=('iso')
1111
quiet="n"

0 commit comments

Comments
 (0)