Compare commits
3
Commits
e4efa28647
...
v0.0.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1789e7b552 | ||
|
|
ff6bc6ab4c | ||
|
|
68bc9f6a8a |
@@ -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
|
||||||
@@ -40,8 +50,8 @@ jobs:
|
|||||||
cp target/x86_64-unknown-linux-gnu/release/ncmprs artifacts/ncmprs
|
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
|
- name: Create Release
|
||||||
uses: https://gitea.com/actions/release-action@v1
|
uses: akkuman/gitea-release-action@v1
|
||||||
with:
|
with:
|
||||||
files: |
|
files: |
|
||||||
artifacts/ncmprs
|
artifacts/ncmprs
|
||||||
|
|||||||
Reference in New Issue
Block a user