Compare commits
4
Commits
3c28d3b09c
..
v0.0.1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ff6bc6ab4c | ||
|
|
68bc9f6a8a | ||
|
|
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: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |
|
||||
artifacts/ncmprs
|
||||
artifacts/ncmprs.exe
|
||||
|
||||
Reference in New Issue
Block a user