We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c78845 commit 8b6ab74Copy full SHA for 8b6ab74
1 file changed
.github/workflows/build.yml
@@ -89,10 +89,6 @@ jobs:
89
- uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable
90
with:
91
target: ${{ matrix.build.target }}
92
- - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1
93
- with:
94
- key: ${{ matrix.build.target }}
95
- save-if: false
96
- name: Build release binary
97
run: cargo build --locked --release --target ${{ matrix.build.target }} -p ${{ env.PACKAGE }}
98
- run: strip target/${{ matrix.build.target }}/release/${{ env.PACKAGE }}
@@ -154,6 +150,7 @@ jobs:
154
150
155
151
publish:
156
152
name: Publish ${{ matrix.package }}
153
+ environment: release
157
permissions:
158
contents: write
159
needs: [parse-tag, build]
0 commit comments