Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode authored Jul 27, 2024
1 parent 6180d45 commit beace9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
if (Test-Path .\assets\__MACOSX) { Remove-Item .\assets\__MACOSX -ErrorAction SilentlyContinue -Recurse }
Rename-Item .\assets\$bulmaFolder "bulma"
if (-Not (Test-Path ./assets/bulma -PathType Container)) { throw "missing folder: assets/bulma folder"}
"`$BULMA_VERSION='$($BulmaVersion)'" | Add-Content -Encoding utf8 -Append $GITHUB_ENV
"`$BULMA_VERSION='$($BulmaVersion)'" | Add-Content -Encoding utf8 $GITHUB_ENV
}
Get-ChildItem .
Get-ChildItem .\assets
Expand Down

0 comments on commit beace9b

Please sign in to comment.