File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments