Skip to content

Commit

Permalink
Endeavour-T2
Browse files Browse the repository at this point in the history
  • Loading branch information
NoaHimesaka1873 committed Aug 3, 2024
1 parent 719f7e3 commit 45f766d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/BuildISO.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
2 changes: 1 addition & 1 deletion profiledef.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ iso_name="EndeavourOS-T2"
iso_label="EOS_T2_ENDEAVOUR"
iso_publisher="t2linux <https://t2linux.org>"
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"
Expand Down

0 comments on commit 45f766d

Please sign in to comment.