Skip to content

Commit 9ee8cb7

Browse files
committed
try to implement code signing from sigstore
1 parent 4fc3b64 commit 9ee8cb7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/publish-release.yml

+7
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
artifact_name: 'ps3-disc-dumper_vX.Y.Z.zip'
3838
permissions:
3939
contents: write
40+
id-token: write
4041
steps:
4142
- uses: actions/checkout@v4
4243
- name: 'Replace full version with custom input value'
@@ -83,6 +84,12 @@ jobs:
8384
-p:VersionPrefix=${{ env.version_short }}
8485
-p:Version=${{ env.version_full }}
8586
${{ matrix.command_extra }}
87+
- uses: actions/setup-python@v5
88+
with:
89+
python-version: '3.13'
90+
- uses: sigstore/[email protected]
91+
with:
92+
inputs: 'distrib/ps3-disc-dumper.*'
8693
- name: 'Make artifact'
8794
shell: pwsh
8895
run: |

0 commit comments

Comments
 (0)