mirror of https://github.com/kenzok8/small.git
fix build.yml
This commit is contained in:
parent
538d0bcf9d
commit
b9df8c8f5f
|
@ -16,7 +16,6 @@ jobs:
|
||||||
release:
|
release:
|
||||||
- 23.05.2
|
- 23.05.2
|
||||||
- 22.03.2
|
- 22.03.2
|
||||||
|
|
||||||
arch:
|
arch:
|
||||||
- x86_64
|
- x86_64
|
||||||
|
|
||||||
|
@ -42,7 +41,8 @@ jobs:
|
||||||
uses: ncipollo/release-action@main
|
uses: ncipollo/release-action@main
|
||||||
with:
|
with:
|
||||||
name: ${{ github.ref_name }}
|
name: ${{ github.ref_name }}
|
||||||
token: ${{ secrets.GITHUB_TOKEN }}
|
token: ${{ secrets.ACCESS_TOKEN }}
|
||||||
allowUpdates: true
|
allowUpdates: true
|
||||||
replacesArtifacts: true
|
replacesArtifacts: true
|
||||||
artifacts: "${{ matrix.release }}-${{ matrix.arch }}"
|
artifacts: "${{ matrix.release }}-${{ matrix.arch }}"
|
||||||
|
tag: v2..${{ github.run_number }}-${{ matrix.release }}-${{ matrix.arch }}
|
||||||
|
|
Loading…
Reference in New Issue