Compare commits
7
Commits
cc687eb159
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1789e7b552 | ||
|
|
ff6bc6ab4c | ||
|
|
68bc9f6a8a | ||
|
|
e4efa28647 | ||
|
|
f681982fe5 | ||
|
|
3c28d3b09c | ||
|
|
f51fd27c09 |
@@ -18,6 +18,16 @@ jobs:
|
|||||||
x86_64-unknown-linux-gnu
|
x86_64-unknown-linux-gnu
|
||||||
x86_64-pc-windows-gnu
|
x86_64-pc-windows-gnu
|
||||||
|
|
||||||
|
- uses: https://gitea.com/actions/cache@v6
|
||||||
|
with:
|
||||||
|
path: |
|
||||||
|
~/.cargo/registry
|
||||||
|
~/.cargo/git
|
||||||
|
target
|
||||||
|
key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.lock') }}
|
||||||
|
restore-keys: |
|
||||||
|
cargo-${{ runner.os }}-
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
apt-get update
|
apt-get update
|
||||||
@@ -37,5 +47,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: Create Release
|
||||||
|
uses: akkuman/gitea-release-action@v1
|
||||||
|
with:
|
||||||
|
files: |
|
||||||
|
artifacts/ncmprs
|
||||||
|
artifacts/ncmprs.exe
|
||||||
|
|||||||
Reference in New Issue
Block a user