Skip to content

Commit

Permalink
build(api11): 564564'
Browse files Browse the repository at this point in the history
  • Loading branch information
Aireil committed Nov 15, 2024
1 parent 97c62ad commit 2837644
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ jobs:
${{ toJSON(github.event.commits) }}
'@
Write-Host "Commit messages: $commit_messages"
$commit_messages = $commit_messages | ConvertFrom-Json
foreach ($commit in $commit_messages) {
Expand All @@ -44,8 +42,6 @@ jobs:
break
}
}
Write-Host "Branch name: $branch_name"
echo "branch_name=$branch_name" >> $env:GITHUB_OUTPUT
Expand All @@ -54,9 +50,7 @@ jobs:

- name: Download Dalamud
run: |
$branch_name = ${{ steps.extract_branch.outputs.branch_name }}
Write-Host "Branch name: $branch_name"
$branch_name = '${{ steps.extract_branch.outputs.branch_name }}'
if ($branch_name -eq 'master') {
$url = 'https://goatcorp.github.io/dalamud-distrib/latest.zip'
Expand Down

0 comments on commit 2837644

Please sign in to comment.