Skip to content

Commit ab7597d

Browse files
committed
Fix empty url
1 parent 582334e commit ab7597d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,6 @@ jobs:
117117

118118
- name: Create release
119119
uses: softprops/action-gh-release@v2
120-
id: create-release
121120
with:
122121
files: artifacts/**/*.tar.xz
123122
body: |
@@ -147,7 +146,7 @@ jobs:
147146
"type": "section",
148147
"text": {
149148
"type": "mrkdwn",
150-
"text": "${{ steps.create-release.outputs.release_url }}"
149+
"text": "https://github.com/harperdb/rocksdb-prebuilds/releases/tag/v${{ needs.check.outputs.version }}"
151150
}
152151
}
153152
]

0 commit comments

Comments
 (0)