mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-07 23:34:07 +00:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
653ad49319
commit
d47e191b18
11
.github/workflows/main.yml
vendored
11
.github/workflows/main.yml
vendored
@ -55,6 +55,10 @@ jobs:
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Download build artifacts
|
||||
uses: actions/download-artifact@v2
|
||||
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v1
|
||||
@ -67,4 +71,9 @@ jobs:
|
||||
Publishing prebuilt MacOS, Linux and Windows binaries.
|
||||
draft: false
|
||||
prerelease: false
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
- name: Upload Release
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run:
|
||||
gh release upload ${{ github.ref }} khm-${{ matrix.target }}-latest
|
||||
|
Reference in New Issue
Block a user