We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c1e8c8 commit b9fc7f4Copy full SHA for b9fc7f4
.github/workflows/release.yml
@@ -34,6 +34,9 @@ jobs:
34
target: ${{ matrix.target }}
35
36
- uses: swatinem/rust-cache@v2
37
+ with:
38
+ shared-key: "release-build"
39
+ save-if: ${{ github.ref_name == 'master' }}
40
41
- name: Build Release
42
run: cargo build --release --target ${{ matrix.target }}
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ggpk-explorer"
3
-version = "1.0.10"
+version = "1.0.11"
4
edition = "2021"
5
6
[package.metadata.deb]
0 commit comments