We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598260 commit b817de5Copy full SHA for b817de5
.github/workflows/publish.yaml
@@ -127,6 +127,14 @@ jobs:
127
cd target/release/
128
echo "hashes=$(sha256sum $(echo *.zip *.deb *.rpm *.gz ) | base64 -w0)" >> "$GITHUB_OUTPUT"
129
130
+ - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
131
+ with:
132
+ subject-path: |
133
+ 'target/release/protonup-rs**.gz'
134
+ 'target/release/protonup-rs**.zip'
135
+ 'target/release/protonup-rs**.deb'
136
+ 'target/release/protonup-rs**.rpm'
137
+
138
provenance:
139
needs: [release]
140
permissions:
0 commit comments