ci: override release
This commit is contained in:
parent
64b401c049
commit
223c93ec49
|
@ -55,6 +55,7 @@ jobs:
|
||||||
file: ./artifacts/${{ env.artifact }}_*.zip
|
file: ./artifacts/${{ env.artifact }}_*.zip
|
||||||
tag: ${{ github.ref }}
|
tag: ${{ github.ref }}
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
overwrite: true
|
||||||
- name: Publish manifest
|
- name: Publish manifest
|
||||||
uses: svenstaro/upload-release-action@v2
|
uses: svenstaro/upload-release-action@v2
|
||||||
with:
|
with:
|
||||||
|
|
Loading…
Reference in New Issue