Skip to content

Commit

Permalink
chore: update release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
johnletey committed Jun 15, 2022
1 parent 2660af3 commit 1f73094
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: kyve-substrate-linux
path: ./out/substrate-linux
name: checksum.txt
path: ./out/checksum.txt
- uses: actions/upload-artifact@v3
with:
name: kyve-substrate-macos
path: ./out/substrate-macos
name: kyve-linux
path: ./out/kyve-linux
- uses: actions/upload-artifact@v3
with:
name: kyve-substrate-win
path: ./out/substrate-win.exe
name: kyve-macos
path: ./out/kyve-macos

docker:
name: Build and publish Docker container.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@kyve/substrate",
"version": "0.0.0",
"version": "0.0.1",
"license": "MIT",
"scripts": {
"build": "rimraf dist && tsc",
Expand Down

0 comments on commit 1f73094

Please sign in to comment.