Skip to content

Commit

Permalink
ci: output artifact hash to step output for reuse in publish step #1
Browse files Browse the repository at this point in the history
  • Loading branch information
TillaTheHun0 committed Jan 8, 2024
1 parent c3c16e1 commit 3c45f45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
ARTIFACTS_HASH=$(sha256sum src/.vitepress/dist/hashmap.json | awk '{ print $1 }')
echo "artifacts_output_dir=src/.vitepress/dist" >> $GITHUB_OUTPUT
echo "artifacts_hash=${ARTIFACTS_HASH}"
echo "artifacts_hash=${ARTIFACTS_HASH}" >> $GITHUB_OUTPUT
- name: Install ArDrive CLI
run: |
Expand Down

0 comments on commit 3c45f45

Please sign in to comment.