mirror of
https://codeberg.org/icewind/evtype.git
synced 2026-06-03 09:34:11 +02:00
release ci fix
This commit is contained in:
parent
2d871e2e2f
commit
494d8cb0c3
1 changed files with 2 additions and 2 deletions
|
|
@ -2,7 +2,7 @@ name: Release
|
|||
|
||||
on:
|
||||
release:
|
||||
types: [created]
|
||||
types: [published]
|
||||
|
||||
permissions:
|
||||
contents: write
|
||||
|
|
@ -23,7 +23,7 @@ jobs:
|
|||
with:
|
||||
repo_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
file: result/bin/evtype
|
||||
asset_name: logsmash-x86_64-unknown-linux-musl
|
||||
asset_name: evtype
|
||||
tag: ${{ github.ref }}
|
||||
- name: Upload Daemon binary to release
|
||||
uses: https://github.com/svenstaro/upload-release-action@v2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue