Skip to content

Commit dd6578d

Browse files
Cassini Nova R1-T2
1 parent c0065cf commit dd6578d

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/BuildISO.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,20 +54,20 @@ jobs:
5454
docker run --privileged -t -v $PWD:/build archlinux /bin/bash /build/entrypoint.sh
5555
5656
- name: Upload Built ISO
57-
if: ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
57+
if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
5858
uses: actions/upload-artifact@v2
5959
with:
6060
name: built-iso
6161
path: ${{ github.workspace }}/out/*.iso
6262
- name: Create Tag
6363
id: create_tag
64-
if: ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
64+
if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
6565
run: |
6666
export TAG=$(date +%Y.%m.%d)
6767
echo "::set-output name=tag::${TAG}"
6868
echo $TAG
6969
- name: Release
70-
if: ${{ github.ref == 'refs/heads/Cassini' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
70+
if: ${{ github.ref == 'refs/heads/Cassini-Nova-R1' && !contains(github.event.head_commit.message, '[no rel]') && !contains(github.event.head_commit.message, '[no build]') }}
7171
uses: softprops/action-gh-release@v1
7272
with:
7373
files: |

0 commit comments

Comments
 (0)