1 Commits
Author SHA1 Message Date
nicknase27 6ba90774d4 change cache workflow
Build / build (push) Successful in 2m6s
2026-08-26 18:05:18 +02:00
+2 -10
View File
@@ -18,15 +18,7 @@ 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 }}-
- uses: Swatinem/rust-cache@v2
- name: Install dependencies
run: |
@@ -51,7 +43,7 @@ jobs:
cp target/x86_64-pc-windows-gnu/release/ncmprs.exe artifacts/ncmprs.exe
- name: Create Release
uses: akkuman/gitea-release-action@v1
uses: akkuman/gitea-release-action@v1
with:
files: |
artifacts/ncmprs