This commit is contained in:
kenzok8 2024-03-04 12:39:30 +00:00
parent 77ecc5999e
commit aedd4a33e3
2 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,7 @@
name: T2 Build
on:
workflow_dispatch:
push:
tags:
- '*'
@ -55,7 +56,7 @@ jobs:
allowUpdates: true
replacesArtifacts: true
bodyFile: "release.txt"
#tag: v2.${{ github.run_number }}-${{ matrix.arch }}-${{ matrix.sdk }}
tag: ${{ github.run_number }}-${{ matrix.arch }}
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@main

View File

@ -1,6 +1,7 @@
name: T9 Build
on:
workflow_dispatch:
push:
tags:
- '*'
@ -80,7 +81,7 @@ jobs:
allowUpdates: true
replacesArtifacts: true
bodyFile: "release.txt"
#tag: v9.${{ github.run_number }}-${{ matrix.arch }}-${{ matrix.sdk }}
tag: ${{ github.run_number }}-${{ matrix.arch }}
- name: Delete workflow runs
uses: Mattraks/delete-workflow-runs@main