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

View File

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