We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99f0c12 commit bb16756Copy full SHA for bb16756
.github/workflows/ci.yml
@@ -195,19 +195,14 @@ jobs:
195
with:
196
name: cartesi-binaries
197
198
- - name: Download DB files
199
- uses: actions/download-artifact@v4
200
- with:
201
- name: db-dump
202
-
203
- name: Publish Github release
204
uses: softprops/action-gh-release@v2
205
206
prerelease: true
207
body_path: CHANGELOG.md
+
208
files: |
209
cartesi-*
210
- rollupsdb-*
211
212
releases-matrix:
213
name: Build binaries for release
0 commit comments