mirror of
https://github.com/house-of-vanity/khm.git
synced 2025-08-21 22:27:14 +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 }}
|
run: cargo build --release --target ${{ matrix.target }}
|
||||||
|
|
||||||
- name: Upload binaries
|
- name: Upload binaries
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v4
|
||||||
with:
|
with:
|
||||||
name: khm-${{ matrix.os }}
|
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
|
compression-level: 9
|
||||||
|
|
||||||
publish:
|
publish:
|
||||||
|
Reference in New Issue
Block a user