File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change 7575 zip protonup-rs-linux-amd64.zip protonup-rs
7676 tar -czvf protonup-rs-linux-amd64.tar.gz protonup-rs
7777
78+ - name : Upload packages as GH artifacts
79+ uses : actions/upload-artifact@v4
80+ with :
81+ name : packages
82+ path : ' target/release/protonup-rs**.{gz,zip,rpm,deb}'
83+ retention-days : 7
84+
7885 - name : Upload Zipped,Tar gzed, DEB and RPM binaries to release
7986 uses : svenstaro/upload-release-action@04733e069f2d7f7f0b4aebc4fbdbce8613b03ccd # v2.9.0
8087 with :
@@ -126,6 +133,10 @@ jobs:
126133 run : |
127134 echo "hashes=$(sha256sum $(echo *.zip *.deb *.rpm *.gz ) | base64 -w0)" >> "$GITHUB_OUTPUT"
128135
136+ - uses : actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3
137+ with :
138+ subject-path : ' target/release/protonup-rs**.(gz|zip|rpm|deb)'
139+
129140 provenance :
130141 needs : [release]
131142 permissions :
You can’t perform that action at this time.
0 commit comments