Skip to content

Commit

Permalink
Ls w/o quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
thmsbinder committed May 24, 2024
1 parent 615f06f commit 198d179
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Show build artifact
run: |
echo "${{ steps.parse.outputs.subject-paths }}"
ls -la "${{ steps.parse.outputs.subject-paths }}"
ls -la ${{ steps.parse.outputs.subject-paths }}
- name: Attest
id: attest
Expand Down

0 comments on commit 198d179

Please sign in to comment.