Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
1789e7b552 | ||
|
|
ff6bc6ab4c | ||
|
|
68bc9f6a8a |
@@ -18,6 +18,16 @@ jobs:
|
||||
x86_64-unknown-linux-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
|
||||
run: |
|
||||
apt-get update
|
||||
@@ -40,8 +50,8 @@ jobs:
|
||||
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
|
||||
- name: Create Release
|
||||
uses: akkuman/gitea-release-action@v1
|
||||
with:
|
||||
files: |
|
||||
artifacts/ncmprs
|
||||
|
||||
Reference in New Issue
Block a user