mirror of
https://github.com/kenzok8/small.git
synced 2025-01-08 12:08:21 +08:00
fix .yml
This commit is contained in:
parent
77ecc5999e
commit
aedd4a33e3
3
.github/workflows/T2 build.yml
vendored
3
.github/workflows/T2 build.yml
vendored
@ -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
|
||||
|
3
.github/workflows/T9 build.yml
vendored
3
.github/workflows/T9 build.yml
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user