Skip to content

Commit

Permalink
fic(ci): allow custom DIST_ROOT
Browse files Browse the repository at this point in the history
name did not match one used in DIST_ROOT section
  • Loading branch information
lidel committed Nov 8, 2024
1 parent 1499621 commit a00d71e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:
default: '/ipns/dist.ipfs.tech'

env:
DIST_ROOT: ${{ github.event.inputs.custom_dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
DIST_ROOT: ${{ github.event.inputs.dist_root || '/ipns/dist.ipfs.tech' }} # content root used for calculating diff to build
KUBO_VER: 'v0.30.0' # kubo daemon used for chunking and applying diff
CLUSTER_CTL_VER: 'v1.0.8' # ipfs-cluster-ctl used for pinning

Expand Down

0 comments on commit a00d71e

Please sign in to comment.