mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-07-06 23:04:07 +00:00
Update main.yml
This commit is contained in:
committed by
GitHub
parent
7e9d21e49c
commit
ce9141e2a0
7
.github/workflows/main.yml
vendored
7
.github/workflows/main.yml
vendored
@ -40,10 +40,13 @@ jobs:
|
||||
run: cargo build --release --target ${{ matrix.target }}
|
||||
|
||||
- name: Upload binaries
|
||||
uses: actions/upload-artifact@v2
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: khm-${{ matrix.os }}
|
||||
path: target/${{ matrix.target }}/release/{khm,khm.exe}
|
||||
if-no-files-found: ignore
|
||||
path: |
|
||||
target/${{ matrix.target }}/release/khm.exe
|
||||
target/${{ matrix.target }}/release/khm
|
||||
compression-level: 9
|
||||
|
||||
publish:
|
||||
|
Reference in New Issue
Block a user