Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bumped dymint to 8cd1a109 #12

Merged
merged 4 commits into from
Mar 14, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fixed workflow file.
omritoptix committed Mar 14, 2024
commit b03154e3b1cb05b3d39f4214cfb618cc6b75a67f
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -24,10 +24,10 @@ jobs:
- name: Compile rollappd
run: |
go mod download
cd cmd/rollappd
cd rollappd
go build .

- uses: actions/upload-artifact@v3
with:
name: rollappd ${{ matrix.targetos }} ${{ matrix.arch }}
path: cmd/rollappd/rollappd
path: rollappd/rollappd