Skip to content

Commit 1f73094

Browse files
committed
chore: update release workflow
1 parent 2660af3 commit 1f73094

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525

2626
- uses: actions/upload-artifact@v3
2727
with:
28-
name: kyve-substrate-linux
29-
path: ./out/substrate-linux
28+
name: checksum.txt
29+
path: ./out/checksum.txt
3030
- uses: actions/upload-artifact@v3
3131
with:
32-
name: kyve-substrate-macos
33-
path: ./out/substrate-macos
32+
name: kyve-linux
33+
path: ./out/kyve-linux
3434
- uses: actions/upload-artifact@v3
3535
with:
36-
name: kyve-substrate-win
37-
path: ./out/substrate-win.exe
36+
name: kyve-macos
37+
path: ./out/kyve-macos
3838

3939
docker:
4040
name: Build and publish Docker container.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kyve/substrate",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"license": "MIT",
55
"scripts": {
66
"build": "rimraf dist && tsc",

0 commit comments

Comments
 (0)