Add release uploads to workflow
This commit is contained in:
@@ -37,5 +37,12 @@ jobs:
|
|||||||
- name: Collect artifacts
|
- name: Collect artifacts
|
||||||
run: |
|
run: |
|
||||||
mkdir artifacts
|
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
|
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