We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc3b64 commit 9ee8cb7Copy full SHA for 9ee8cb7
.github/workflows/publish-release.yml
@@ -37,6 +37,7 @@ jobs:
37
artifact_name: 'ps3-disc-dumper_vX.Y.Z.zip'
38
permissions:
39
contents: write
40
+ id-token: write
41
steps:
42
- uses: actions/checkout@v4
43
- name: 'Replace full version with custom input value'
@@ -83,6 +84,12 @@ jobs:
83
84
-p:VersionPrefix=${{ env.version_short }}
85
-p:Version=${{ env.version_full }}
86
${{ matrix.command_extra }}
87
+ - uses: actions/setup-python@v5
88
+ with:
89
+ python-version: '3.13'
90
+ - uses: sigstore/[email protected]
91
92
+ inputs: 'distrib/ps3-disc-dumper.*'
93
- name: 'Make artifact'
94
shell: pwsh
95
run: |
0 commit comments