fix build.yml

This commit is contained in:
kenzok8 2024-02-20 16:14:05 +00:00
parent 538d0bcf9d
commit b9df8c8f5f
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
name: Test Build
on:
workflow_dispatch:
workflow_dispatch:
push:
tags:
- v2.**
@ -16,7 +16,6 @@ jobs:
release:
- 23.05.2
- 22.03.2
arch:
- x86_64
@ -42,7 +41,8 @@ jobs:
uses: ncipollo/release-action@main
with:
name: ${{ github.ref_name }}
token: ${{ secrets.GITHUB_TOKEN }}
token: ${{ secrets.ACCESS_TOKEN }}
allowUpdates: true
replacesArtifacts: true
artifacts: "${{ matrix.release }}-${{ matrix.arch }}"
artifacts: "${{ matrix.release }}-${{ matrix.arch }}"
tag: v2..${{ github.run_number }}-${{ matrix.release }}-${{ matrix.arch }}