Skip to content

Commit b59d2ea

Browse files
authored
3.2.5
1 parent 7ef55ca commit b59d2ea

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/signpath.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ jobs:
3232
name: "demo-application"
3333
if-no-files-found: error
3434
path: |
35-
.\FFBatch_AV_Converter_3.2.5_64bit_unsigned.exe
36-
.\_BuildResult-unsigned\bom.xml
35+
C:\Datos\Nextcloud\FFmpeg Batch\ffmpeg_batch-master\Releases\FFBatch_AV_Converter_3.2.5_64bit_unsigned.exe
36+
C:\Datos\Nextcloud\FFmpeg Batch\ffmpeg_batch-master\Releases\bom.xml
3737
3838
- name: sign
3939
uses: signpath/github-action-submit-signing-request@v1.1
@@ -46,7 +46,7 @@ jobs:
4646
with:
4747
api-token: '${{ secrets.SIGNPATH_API_TOKEN }}'
4848
organization-id: '${{ vars.SIGNPATH_ORGANIZATION_ID }}'
49-
project-slug: 'Demo_Application'
49+
project-slug: 'ffmpeg_batch'
5050
signing-policy-slug: '${{ env.SIGNPATH_SIGNING_POLICY_SLUG }}'
5151
github-artifact-id: "${{steps.upload-unsigned-artifact.outputs.artifact-id}}"
5252
wait-for-completion: true
@@ -55,6 +55,6 @@ jobs:
5555
- name: upload-signed-artifact
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: "demo-application-signed"
59-
path: "demo-application-signed"
58+
name: "FFBatch_AV_Converter_3.2.5_64bit_signed.exe"
59+
path: "application-signed"
6060
if-no-files-found: error

0 commit comments

Comments
 (0)