Skip to content

Commit

Permalink
chg - Fixed invalid commands
Browse files Browse the repository at this point in the history
---

Type: chg
Breaking: False
Doc Required: False
Backport Required: False
Part: 1/1
  • Loading branch information
AptiviCEO committed Oct 10, 2024
1 parent 74a8d8a commit bc613dc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,9 @@ jobs:
echo "SUBJECT=$(cat CHANGES.TITLE)" >> "$GITHUB_OUTPUT"
echo 'BODY<<EOF' >> "$GITHUB_OUTPUT"
cat CHANGES >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 tools/*.zip | % {\"- \" + $_.Hash + \" \" + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 tools/*-changes.chg | % {\"- \" + $_.Hash + \" \" + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 *.iso | % {\"- \" + $_.Hash + \" \" + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 tools/*.zip | % {"- " + $_.Hash + " " + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 tools/*-changes.chg | % {"- " + $_.Hash + " " + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
powershell 'Get-FileHash -Algorithm sha256 *.iso | % {"- " + $_.Hash + " " + (Resolve-Path -Path $_.Path -Relative)}' >> "$GITHUB_OUTPUT"
echo 'EOF' >> "$GITHUB_OUTPUT"
- name: Binary Attestation (binaries)
uses: actions/attest-build-provenance@v1
Expand Down

0 comments on commit bc613dc

Please sign in to comment.