Skip to content

Commit e64e960

Browse files
committed
Consistent whitespace.
1 parent be4df0a commit e64e960

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/release.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ jobs:
5757
- name: Sign executables and libraries
5858
uses: ImageMagick/code-signing-action@4d19869732e1cd97bb823ad21ebffb26ad10836c #v1.0.0
5959
with:
60-
client-id: ${{ secrets.AZURE_CLIENT_ID }}
61-
tenant-id: ${{ secrets.AZURE_TENANT_ID }}
62-
subscription-id: ${{ secrets.AZURE_SUBSCRIPTION_ID }}
63-
directory: ${{ github.workspace }}\Artifacts
60+
client-id: ${{secrets.AZURE_CLIENT_ID}}
61+
tenant-id: ${{secrets.AZURE_TENANT_ID}}
62+
subscription-id: ${{secrets.AZURE_SUBSCRIPTION_ID}}
63+
directory: ${{github.workspace}}\Artifacts
6464
files: '*.exe *.dll'
6565

6666
- name: Create Configs archive
@@ -79,7 +79,7 @@ jobs:
7979
- name: Save provenance as multiple.intoto.jsonl
8080
shell: pwsh
8181
run: |
82-
Copy-Item "${{ steps.attest.outputs.bundle-path }}" "${{ github.workspace }}/multiple.intoto.jsonl"
82+
Copy-Item "${{steps.attest.outputs.bundle-path }}" "${{github.workspace}}\multiple.intoto.jsonl"
8383
8484
- name: Set version
8585
shell: bash

0 commit comments

Comments
 (0)