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:
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
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
39395555 - 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
You can’t perform that action at this time.
0 commit comments