Skip to content

Commit

Permalink
chore: build auditor in release artifacts workflow
Browse files Browse the repository at this point in the history
This workflow is useful for testing and I can use it to produce auditor artifacts that can manually
be uploaded to S3.
  • Loading branch information
jacderida committed May 16, 2024
1 parent e52a1dd commit a260386
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-release-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,13 +104,14 @@ jobs:
shell: bash
run: |
tree artifacts
just package-release-assets "faucet"
just package-release-assets "node-launchpad"
just package-release-assets "safe"
just package-release-assets "safenode"
just package-release-assets "faucet"
just package-release-assets "safenode_rpc_client"
just package-release-assets "safenode-manager"
just package-release-assets "safenodemand"
just package-release-assets "node-launchpad"
just package-release-assets "sn_auditor"
- uses: actions/upload-artifact@main
with:
name: packaged_binaries
Expand Down

0 comments on commit a260386

Please sign in to comment.