Skip to content

Commit

Permalink
Update generator_generic_slsa3.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daoauth committed Jul 21, 2024
1 parent 6a245ec commit 442ea9c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generator_generic_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build, provenance]
outputs:
move-toml: ${{ steps.read-move.outputs.toml }}
base64-toml: ${{ steps.read-move.outputs.base64-toml }}
message: ${{ steps.fetch.outputs.message }}
signature: ${{ steps.fetch.outputs.signature }}
steps:
Expand All @@ -140,8 +140,8 @@ jobs:

- id: read-move
run: |
file_content=$(cat Move.toml)
echo "toml=$file_content" >> $GITHUB_OUTPUT
file_content=$(base64 -w 0 Move.toml)
echo "base64-toml=$file_content" >> $GITHUB_OUTPUT
- name: Upload provenance data
id: upload-data
Expand Down Expand Up @@ -223,7 +223,7 @@ jobs:
with:
package-framework: ${{ needs.build.outputs.package-framework }}
base64-bytecode: ${{ needs.build.outputs.base64-bytecode }}
move-toml: ${{ needs.connect-wallet.outputs.move-toml }}
base64-toml: ${{ needs.connect-wallet.outputs.base64-toml }}
message: ${{ needs.connect-wallet.outputs.message }}
signature: ${{ needs.connect-wallet.outputs.signature }}

Expand Down

0 comments on commit 442ea9c

Please sign in to comment.