Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkAfCod committed Jul 24, 2024
1 parent fd2d87f commit 0045caf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3
with:
path: 'build/distributions/op-besu*.zip'
name: besu-${{ github.event.release.name }}.zip
name: op-besu-${{ github.event.release.name }}.zip
compression-level: 0

testWindows:
Expand Down
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -786,7 +786,6 @@ task distDocker {
}

task testDocker {
dependsOn distributions
dependsOn distDocker
def dockerReportsDir = "docker/reports/"

Expand Down

0 comments on commit 0045caf

Please sign in to comment.