Compare commits
2
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
e4efa28647 | ||
|
|
f681982fe5 |
@@ -37,5 +37,12 @@ jobs:
|
||||
- name: Collect artifacts
|
||||
run: |
|
||||
mkdir artifacts
|
||||
cp target/x86_64-unknown-linux-gnu/release/ncmprs artifacts/ncmprs-linux
|
||||
cp target/x86_64-unknown-linux-gnu/release/ncmprs artifacts/ncmprs
|
||||
cp target/x86_64-pc-windows-gnu/release/ncmprs.exe artifacts/ncmprs.exe
|
||||
|
||||
- name: Upload Release
|
||||
uses: https://gitea.com/actions/release-action@v1
|
||||
with:
|
||||
files: |
|
||||
artifacts/ncmprs
|
||||
artifacts/ncmprs.exe
|
||||
|
||||
Reference in New Issue
Block a user