File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -76,15 +76,15 @@ jobs:
7676 ${{github.workspace}}/Artifacts/Configure.*.exe
7777 ${{github.workspace}}/files.zip
7878
79+ - name : Save provenance as multiple.intoto.jsonl
80+ shell : pwsh
81+ run : |
82+ Copy-Item "${{ steps.attest.outputs.bundle-path }}" "${{ github.workspace }}/multiple.intoto.jsonl"
83+
7984 - name : Set version
8085 shell : bash
8186 run : echo "VERSION=$(date +'%Y.%m.%d.%H%M')" >> $GITHUB_ENV
8287
83- - name : Save attestation bundle
84- shell : pwsh
85- run : |
86- Copy-Item "${{ steps.attest.outputs.bundle-path }}" "${{ github.workspace }}/$env:VERSION.intoto.jsonl"
87-
8888 - name : Create and push tag
8989 shell : bash
9090 run : |
@@ -103,4 +103,4 @@ jobs:
103103 ${{github.workspace}}\Artifacts\Configure.Release.arm64.exe ^
104104 ${{github.workspace}}\Artifacts\Configure.Release.x86.exe ^
105105 ${{github.workspace}}\files.zip ^
106- ${{github.workspace}}\%VERSION% .intoto.jsonl
106+ ${{github.workspace}}\multiple .intoto.jsonl
You can’t perform that action at this time.
0 commit comments