Skip to content

Commit be4df0a

Browse files
committed
Correct the step description and the name of the provenance file.
1 parent 98f6063 commit be4df0a

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)