Skip to content

Commit

Permalink
adapt to changed internal archive structure with 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
irkode committed Aug 21, 2024
1 parent bc8d5db commit af80c51
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
[void](New-Item -Type Directory ./assets -ErrorAction Stop)
[void](Test-Path .\assets -PathType Container -ErrorAction Stop)
Expand-Archive -LiteralPath $BulmaRelease.archive -DestinationPath .\assets
gci assets | Out-Host
if (Test-Path .\assets\__MACOSX) { Remove-Item .\assets\__MACOSX -ErrorAction SilentlyContinue -Recurse }
Rename-Item .\assets\$bulmaFolder "bulma"
[void](Test-Path ./assets/bulma -PathType Container -ErrorAction Stop)
Expand All @@ -91,6 +92,7 @@ jobs:
} else {
Write-Output "No new Bulma Version found to pack"
}
throw "OOPS"
- name: Create Release
if: ${{ env.BULMA_RELEASE }}
run: |
Expand Down

0 comments on commit af80c51

Please sign in to comment.