From dd6578dbf636a5a95eea3e022f314415a12f24fc Mon Sep 17 00:00:00 2001 From: Noa Himesaka Date: Sat, 8 Apr 2023 15:35:29 +0900 Subject: [PATCH] Cassini Nova R1-T2 --- .github/workflows/BuildISO.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/BuildISO.yml b/.github/workflows/BuildISO.yml index 4d15f9e72..56b964ff0 100644 --- a/.github/workflows/BuildISO.yml +++ b/.github/workflows/BuildISO.yml @@ -54,20 +54,20 @@ jobs: docker run --privileged -t -v $PWD:/build archlinux /bin/bash /build/entrypoint.sh - name: Upload Built ISO - if: ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} + if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} uses: actions/upload-artifact@v2 with: name: built-iso path: ${{ github.workspace }}/out/*.iso - name: Create Tag id: create_tag - if: ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} + if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !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/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} + if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }} uses: softprops/action-gh-release@v1 with: files: |