File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ jobs:
19
19
with :
20
20
fetch-depth : 0
21
21
22
- # name: build
23
- # run: ./src/Build.ps1
22
+ - name : build
23
+ run : ./src/Build.ps1
24
24
25
- # name: create SBOM
26
- # run: ./sbom/Create-SBOM.ps1
25
+ - name : create SBOM
26
+ run : ./sbom/Create-SBOM.ps1
27
27
28
28
- name : upload-unsigned-artifact
29
29
id : upload-unsigned-artifact
32
32
name : " demo-application"
33
33
if-no-files-found : error
34
34
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
37
37
38
38
- name : sign
39
39
55
55
- name : upload-signed-artifact
56
56
uses : actions/upload-artifact@v4
57
57
with :
58
- name : " FFBatch_AV_Converter_3.2.5_64bit_signed .exe"
58
+ name : " FFBatch_AV_Converter_64bit_signed .exe"
59
59
path : " application-signed"
60
60
if-no-files-found : error
You can’t perform that action at this time.
0 commit comments