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 2660af3 commit 1f73094Copy full SHA for 1f73094
2 files changed
.github/workflows/release.yml
@@ -25,16 +25,16 @@ jobs:
25
26
- uses: actions/upload-artifact@v3
27
with:
28
- name: kyve-substrate-linux
29
- path: ./out/substrate-linux
+ name: checksum.txt
+ path: ./out/checksum.txt
30
31
32
- name: kyve-substrate-macos
33
- path: ./out/substrate-macos
+ name: kyve-linux
+ path: ./out/kyve-linux
34
35
36
- name: kyve-substrate-win
37
- path: ./out/substrate-win.exe
+ name: kyve-macos
+ path: ./out/kyve-macos
38
39
docker:
40
name: Build and publish Docker container.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@kyve/substrate",
3
- "version": "0.0.0",
+ "version": "0.0.1",
4
"license": "MIT",
5
"scripts": {
6
"build": "rimraf dist && tsc",
0 commit comments