mirror of https://github.com/kenzok8/small.git
fix .yml
This commit is contained in:
parent
77ecc5999e
commit
aedd4a33e3
|
@ -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
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue