Skip to content

Commit 98f6063

Browse files
committed
Try a different file name.
1 parent b888f1c commit 98f6063

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 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

0 commit comments

Comments
 (0)