Skip to content

Commit 5d05b0a

Browse files
author
dpshade
committed
Add explicit sig-type=arweave to deployment to fix GitHub Actions Invalid Data Item error
1 parent ec0cd1b commit 5d05b0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/deploy-arweave.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737
--arns-name=argo \
3838
--deploy-folder=dist \
3939
--ario-process=qNvAoz0TgcH7DMg8BCVn8jF32QH5L6T29VjHxhHqqGE \
40-
--undername=@
40+
--undername=@ \
41+
--sig-type=arweave
4142
env:
4243
DEPLOY_KEY: ${{ secrets.DEPLOY_KEY }}

0 commit comments

Comments
 (0)