Skip to content

Commit 4315493

Browse files
authored
3.2.5
1 parent b59d2ea commit 4315493

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.github/workflows/signpath.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121

22-
# name: build
23-
# run: ./src/Build.ps1
22+
- name: build
23+
run: ./src/Build.ps1
2424

25-
# name: create SBOM
26-
# run: ./sbom/Create-SBOM.ps1
25+
- name: create SBOM
26+
run: ./sbom/Create-SBOM.ps1
2727

2828
- name: upload-unsigned-artifact
2929
id: upload-unsigned-artifact
@@ -32,8 +32,8 @@ jobs:
3232
name: "demo-application"
3333
if-no-files-found: error
3434
path: |
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
35+
.\FFBatch_AV_Converter_64bit_unsigned.exe
36+
.\bom.xml
3737
3838
- name: sign
3939
uses: signpath/[email protected]
@@ -55,6 +55,6 @@ jobs:
5555
- name: upload-signed-artifact
5656
uses: actions/upload-artifact@v4
5757
with:
58-
name: "FFBatch_AV_Converter_3.2.5_64bit_signed.exe"
58+
name: "FFBatch_AV_Converter_64bit_signed.exe"
5959
path: "application-signed"
6060
if-no-files-found: error

0 commit comments

Comments
 (0)