Skip to content

Commit

Permalink
Merge pull request #7 from anoma/fraccaman/upgrade-to-0.40.0
Browse files Browse the repository at this point in the history
upgrade to 0.41.0
  • Loading branch information
Fraccaman authored Jul 26, 2024
2 parents 7e9ee26 + 6ea8d41 commit ff725db
Show file tree
Hide file tree
Showing 3 changed files with 424 additions and 379 deletions.
22 changes: 13 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,34 @@ concurrency:
group: ${{ github.ref }}
cancel-in-progress: ${{ github.ref != 'refs/heads/main' }}

permissions:
contents: read
packages: write
actions: read

jobs:
build:
runs-on: ubuntu-latest
env:
GIT_LFS_SKIP_SMUDGE: 1
REGISTRY_URL: ghcr.io
FORCE_COLOR: 1
EARTHLY_TOKEN: ${{ secrets.EARTHLY_TOKEN }}

permissions:
contents: read
packages: write
actions: read

steps:
- uses: earthly/actions-setup@v1
with:
version: v0.8.0
version: "latest"
- uses: actions/checkout@v4
- name: Login to GHCR
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Run Build
run: earthly --org heliax --sat namada-governance-upgrades --ci +build
- name: Build WASM
run: earthly +build
- name: Upload WASM
uses: actions/upload-artifact@v4
with:
name: wasm-${{ github.sha }}
path: artifacts/
Loading

0 comments on commit ff725db

Please sign in to comment.