diff --git a/.github/workflows/BuildISO.yml b/.github/workflows/BuildISO.yml index 19b79bd5..d9008b6e 100644 --- a/.github/workflows/BuildISO.yml +++ b/.github/workflows/BuildISO.yml @@ -60,13 +60,13 @@ jobs: path: ${{ github.workspace }}/out/*.iso - name: Create Tag id: create_tag - if: ${{ github.ref == 'refs/heads/gemini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} + if: ${{ github.ref == 'refs/heads/endeavour' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} run: | export TAG=$(date +%Y.%m.%d) echo "::set-output name=tag::${TAG}" echo $TAG - name: Release - if: ${{ github.ref == 'refs/heads/gemini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} + if: ${{ github.ref == 'refs/heads/endeavour' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} uses: softprops/action-gh-release@v1 with: files: | diff --git a/profiledef.sh b/profiledef.sh index 6546c91d..688d27cc 100644 --- a/profiledef.sh +++ b/profiledef.sh @@ -5,7 +5,7 @@ iso_name="EndeavourOS-T2" iso_label="EOS_T2_ENDEAVOUR" iso_publisher="t2linux " iso_application="EndeavourOS Live/Rescue CD for Macs with T2 security chip" -iso_version="Gemini-T2" +iso_version="Endeavour-T2" install_dir="arch" buildmodes=('iso') quiet="n"