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
ce9141e2a0
commit
653ad49319
4
.github/workflows/main.yml
vendored
4
.github/workflows/main.yml
vendored
@ -47,9 +47,9 @@ jobs:
|
||||
path: |
|
||||
target/${{ matrix.target }}/release/khm.exe
|
||||
target/${{ matrix.target }}/release/khm
|
||||
compression-level: 9
|
||||
|
||||
publish:
|
||||
needs: build
|
||||
name: Create Release
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
@ -57,7 +57,7 @@ jobs:
|
||||
uses: actions/checkout@v4
|
||||
- name: Create Release
|
||||
id: create_release
|
||||
uses: actions/create-release@v2
|
||||
uses: actions/create-release@v1
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token
|
||||
with:
|
||||
|
Reference in New Issue
Block a user