Skip to content

Commit

Permalink
Try
Browse files Browse the repository at this point in the history
  • Loading branch information
corneliusroemer committed May 11, 2024
1 parent e50b881 commit 4c49544
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/website.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
id: files-hash
run: |
DIR_HASH=$(echo -n ${{ hashFiles('website/**', '.github/workflows/website.yml') }})
if [ ${{ env.BUILD_ARM }} ]; then
if [ ${{ env.BUILD_ARM }} == true ]; then
echo "NON_ARM_HASH=$DIR_HASH" >> $GITHUB_ENV
echo "DIR_HASH=$DIR_HASH-arm" >> $GITHUB_ENV
else
Expand Down

0 comments on commit 4c49544

Please sign in to comment.