Skip to content

Commit 05fb3ac

Browse files
committed
try to implement code signing from sigstore
1 parent 4fc3b64 commit 05fb3ac

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/publish-release.yml

+9
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,14 @@ 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+
- name: 'Install PIP'
91+
run: "python -m pip install ."
92+
- uses: sigstore/gh-action-sigstore-python@v3
93+
with:
94+
inputs: 'ps3-disc-dumper.*'
8695
- name: 'Make artifact'
8796
shell: pwsh
8897
run: |

0 commit comments

Comments
 (0)