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 11f9ac9 commit 8df9b2d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/generator_generic_slsa3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
base64-subjects: ${{ needs.build.outputs.base64-subjects }}
upload-assets: true

connect:
connect-wallet:
runs-on: ubuntu-latest
needs: [build, provenance]
outputs:
Expand Down Expand Up @@ -200,7 +200,7 @@ jobs:
deploy:
runs-on: ubuntu-latest
needs: [build, provenance, connect]
needs: [build, provenance, connect-wallet]
outputs:
tx-receipt: ${{ steps.deploy.outputs.tx-receipt }}
steps:
Expand All @@ -210,8 +210,8 @@ jobs:
with:
package-framework: ${{ needs.build.outputs.package-framework }}
package-hashes: ${{ needs.build.outputs.package-hashes }}
message: ${{ needs.connect.outputs.message }}
signature: ${{ needs.connect.outputs.signature }}
message: ${{ needs.connect-wallet.outputs.message }}
signature: ${{ needs.connect-wallet.outputs.signature }}

receipt:
runs-on: ubuntu-latest
Expand All @@ -220,8 +220,8 @@ jobs:
- name: Create Transaction Receipt File
run: |
output_file="tx-receipt.json"
echo "${{ needs.deploy.outputs.tx-receipt }}" | jq '.' > "$output_file"
cat $output_file
echo '${{ needs.deploy.outputs.tx-receipt }}' | jq '.' > "$output_file"
cat "$output_file"
- name: Uplode Transaction Receipt
uses: softprops/[email protected]
Expand Down

0 comments on commit 8df9b2d

Please sign in to comment.