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 attestation bundle
80- shell : pwsh
81- run : |
82- Copy-Item "${{ steps.attest.outputs.bundle-path }}" "${{ github.workspace }}/attestation.json"
83-
8479 - name : Set version
8580 shell : bash
8681 run : echo "VERSION=$(date +'%Y.%m.%d.%H%M')" >> $GITHUB_ENV
8782
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}}\attestation.json
106+ ${{github.workspace}}\%VERSION%.intoto.jsonl
You can’t perform that action at this time.
0 commit comments