We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fc3b64 commit 05fb3acCopy full SHA for 05fb3ac
.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,14 @@ 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
+ - name: 'Install PIP'
91
+ run: "python -m pip install ."
92
+ - uses: sigstore/gh-action-sigstore-python@v3
93
94
+ inputs: 'ps3-disc-dumper.*'
95
- name: 'Make artifact'
96
shell: pwsh
97
run: |
0 commit comments