Skip to content

Commit

Permalink
chore: remove wrong path string
Browse files Browse the repository at this point in the history
  • Loading branch information
lacolaco committed Aug 23, 2024
1 parent 02a7fad commit 2576de6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/adev-preview-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Extract commit hash
id: commit-hash
run: |
COMMIT_HASH=$(cat ./$BUILD_DIR/browser__metadata__commit_hash.txt)
COMMIT_HASH=$(cat ./$BUILD_DIR/__metadata__commit_hash.txt)
echo "value=$COMMIT_HASH" >> $GITHUB_OUTPUT
- run: echo ${{ steps.pr-number.outputs.value }} ${{ steps.commit-hash.outputs.value }}
- name: Deploy to cloudflare pages
Expand Down

0 comments on commit 2576de6

Please sign in to comment.