Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EnJnDeSIgn authored Dec 21, 2024
1 parent f6d2365 commit beb9aae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
outputs:
digests: ${{ steps.hash.outputs.digests }}
digests: ${{ steps.set-digest.outputs.digests }}

steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +31,7 @@ jobs:
# Generate the subjects (base64 encoded).
hashes=$(sha256sum $files | base64 -w0)
echo "hashes=$hashes" >> $GITHUB_ENV
echo "::set-output name=digests::$hashes"
echo "hashes=$hashes" >> $GITHUB_OUTPUT
provenance:
needs: [build]
Expand Down

0 comments on commit beb9aae

Please sign in to comment.